Skip to content

Commit

Permalink
Merge pull request #331 from theislab/dependabot/github_actions/devel…
Browse files Browse the repository at this point in the history
…opment/peaceiris/actions-gh-pages-4.0.0

[DEPENDABOT]: Bump peaceiris/actions-gh-pages from 3.8.0 to 4.0.0
  • Loading branch information
LouisK92 authored Apr 22, 2024
2 parents ecb19f0 + f1870a3 commit 7b45e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Deploy
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'}}
uses: peaceiris/actions-gh-pages@v3.8.0
uses: peaceiris/actions-gh-pages@v4.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_build/html

0 comments on commit 7b45e9f

Please sign in to comment.