Bump peaceiris/actions-gh-pages from 3 to 4
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-gh-pages/compare/v3...v4) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
Родитель
d33a22ff66
Коммит
c6c11933b6
|
@ -36,7 +36,7 @@ jobs:
|
|||
DOCS_VERSION: ${{ env.release_tag }}
|
||||
|
||||
- name: Commit and push to gh-pages branch
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
uses: peaceiris/actions-gh-pages@v4
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./dowhy-docs
|
||||
|
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
run: ./docs/generate_docs.sh
|
||||
|
||||
- name: Commit and push to gh-pages branch
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
uses: peaceiris/actions-gh-pages@v4
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./dowhy-docs
|
||||
|
|
Загрузка…
Ссылка в новой задаче