dependabot[bot] commited on
github-actions(deps): bump peaceiris/actions-gh-pages from 3 to 4
Browse filesBumps [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-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/ci-cd.yml
CHANGED
|
@@ -244,7 +244,7 @@ jobs:
|
|
| 244 |
sphinx-build -b html docs/source docs/build/html
|
| 245 |
|
| 246 |
- name: Deploy to GitHub Pages
|
| 247 |
-
uses: peaceiris/actions-gh-pages@
|
| 248 |
if: github.ref == 'refs/heads/main'
|
| 249 |
with:
|
| 250 |
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
| 244 |
sphinx-build -b html docs/source docs/build/html
|
| 245 |
|
| 246 |
- name: Deploy to GitHub Pages
|
| 247 |
+
uses: peaceiris/actions-gh-pages@v4
|
| 248 |
if: github.ref == 'refs/heads/main'
|
| 249 |
with:
|
| 250 |
github_token: ${{ secrets.GITHUB_TOKEN }}
|