Merge pull request #4 from EAName/dependabot/github_actions/peaceiris/actions-gh-pages-4
Browse files
.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 }}
|