mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Merge pull request #141 from Unidata/dependabot-github_actions-peaceiris-actions-gh-pages-4
CI: (deps): Bump peaceiris/actions-gh-pages from 3 to 4
This commit is contained in:
commit
64b7d7be7e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sphinx_build_deploy.yml
vendored
2
.github/workflows/sphinx_build_deploy.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
||||||
make html
|
make html
|
||||||
|
|
||||||
- name: Deploy to gh-pages
|
- name: Deploy to gh-pages
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v4
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./docs/build/html
|
publish_dir: ./docs/build/html
|
||||||
|
|
Loading…
Add table
Reference in a new issue