Skip to content

Commit

Permalink
Use major version tag for github-pages-deploy-action (#4342)
Browse files Browse the repository at this point in the history
This slightly reduces workload as we don't need to make a new update for every new point release. This aligns to what we do for other GitHub actions.
  • Loading branch information
3flex committed Nov 29, 2021
1 parent 5b45d5d commit 6a42309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yaml
Expand Up @@ -98,7 +98,7 @@ jobs:
working-directory: docs/

- name: Deploy Github Pages
uses: JamesIves/github-pages-deploy-action@4.1.7
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs/_site/

0 comments on commit 6a42309

Please sign in to comment.