Edwin Salguero commited on
Commit
473ab5f
·
unverified ·
2 Parent(s): 9b88fe8 4ef913e

Merge pull request #4 from EAName/dependabot/github_actions/peaceiris/actions-gh-pages-4

Browse files
Files changed (1) hide show
  1. .github/workflows/ci-cd.yml +1 -1
.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@v3
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 }}