Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel committed Sep 19, 2024
1 parent d531d85 commit 021705c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ jobs:
run: touch _web/.nojekyll

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

0 comments on commit 021705c

Please sign in to comment.