Skip to content

Commit

Permalink
Merge pull request #467 from CederGroupHub/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…peaceiris/actions-gh-pages-4

Bump peaceiris/actions-gh-pages from 3 to 4
  • Loading branch information
lbluque authored Jul 11, 2024
2 parents 80a0dbd + d9e3b9e commit 91d307e
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 @@ -27,7 +27,7 @@ jobs:
run: sphinx-build docs/src docs_build

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs_build

0 comments on commit 91d307e

Please sign in to comment.