Skip to content

Commit

Permalink
Merge pull request #231 from python-windrose/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/peaceiris/actions-gh-pages-3.9.3

Bump peaceiris/actions-gh-pages from 3.9.2 to 3.9.3
  • Loading branch information
ocefpaf committed Mar 31, 2023
2 parents de907f3 + a3d2e7a commit e5f74ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Deploy
if: github.event_name == 'release' || github.event_name == 'push'
uses: peaceiris/actions-gh-pages@v3.9.2
uses: peaceiris/actions-gh-pages@v3.9.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/_build/html

0 comments on commit e5f74ac

Please sign in to comment.