Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit ed5adf4

Browse files
authored
track v4, not v4.x.x, versions of github-pages-deploy action (#21)
The [github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) appears to point `vX` tags to whatever the latest `vX.y.z` tag is (e.g. [v4 currently points to the same commit that v4.6.8 does](https://github.com/JamesIves/github-pages-deploy-action/tags)), which means we should be able to use `uses: JamesIves/github-pages-deploy-action@v4` and always get the latest v4.x.y that's available without having to merge dependabot update PRs every few weeks.
1 parent c40305d commit ed5adf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Deploy to GitHub pages 🚀
4343
if: github.event_name != 'pull_request'
44-
uses: JamesIves/github-pages-deploy-action@v4.6.4
44+
uses: JamesIves/github-pages-deploy-action@v4
4545
with:
4646
clean: false
4747
branch: gh-pages

0 commit comments

Comments
 (0)