Skip to content

Commit

Permalink
Update GitHub Pages deploy action to v4.6.4 in docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Sep 27, 2024
1 parent 9795e50 commit 2e2e7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: no jekyll
run: touch docs/dist/.nojekyll
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
uses: JamesIves/github-pages-deploy-action@v4.6.4
with:
folder: docs/dist
single-commit: true

0 comments on commit 2e2e7ed

Please sign in to comment.