Skip to content

Commit 021705c

Browse files
committed
ci: fix typo
1 parent d531d85 commit 021705c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ jobs:
7979
run: touch _web/.nojekyll
8080

8181
- name: Deploy 🚀
82-
uses: JamesIves/github-pages-deploy-action@releases/v4.6.4
82+
uses: JamesIves/github-pages-deploy-action@v4
8383
with:
8484
# note: FOLDER doesn't care about the job's working directory
8585
folder: _web
86-
sngle-commit: true
86+
single-commit: true
8787

0 commit comments

Comments
 (0)