Skip to content

Commit 14cc056

Browse files
authored
Merge pull request #409 from stan-dev/fix-pkgdown-action
Floating major version for GH pages deploy action. (JamesIves)
2 parents a473b7a + 7778fc6 commit 14cc056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
shell: Rscript {0}
5555

5656
- name: Deploy to GitHub pages 🚀
57-
uses: JamesIves/github-pages-deploy-action@v4.7.4
57+
uses: JamesIves/github-pages-deploy-action@v4
5858
with:
5959
clean: false
6060
branch: gh-pages

0 commit comments

Comments
 (0)