Skip to content

Commit

Permalink
Merge pull request #131 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 10, 2024
2 parents 5a1de12 + 4f9dac1 commit e56eded
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 @@ -25,7 +25,7 @@ jobs:
run: sphinx-build docs 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 e56eded

Please sign in to comment.