Skip to content

Commit

Permalink
Update build_docs.yml
Browse files Browse the repository at this point in the history
Change github action version for deployment.
  • Loading branch information
hferee authored Sep 13, 2024
1 parent 272d67d commit 8a62aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
path: docs

- name: Deploy
uses: peaceiris/actions-gh-pages@v3.8.0
uses: peaceiris/actions-gh-pages@v4
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: docs
Expand Down

0 comments on commit 8a62aca

Please sign in to comment.