Skip to content

Commit

Permalink
ci: reference v4 branch of github action instead of v4.4.3 etc
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Aug 1, 2023
1 parent 9834e0a commit 0d568dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
make html SPHINXOPTS='--color -W --keep-going'
- name: Push built docs to gh-pages branch
uses: JamesIves/github-pages-deploy-action@v4.4.3
uses: JamesIves/github-pages-deploy-action@releases/v4
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
with:
branch: gh-pages
Expand Down

0 comments on commit 0d568dd

Please sign in to comment.