Skip to content

Commit

Permalink
Update documentation.yaml
Browse files Browse the repository at this point in the history
Forgot 'v' in version for peaceiris/actions-gh-pages@
  • Loading branch information
douglas1850 authored Jul 27, 2023
1 parent 5c6e819 commit 12d1f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
sphinx-build doc _build
- name: Deploy
uses: peaceiris/actions-gh-pages@3.9.3
uses: peaceiris/actions-gh-pages@v3.9.3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with:
publish_branch: gh-pages
Expand Down

0 comments on commit 12d1f0e

Please sign in to comment.