We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3885910 commit f08c0e5Copy full SHA for f08c0e5
1 file changed
.github/workflows/pkgdown.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Build pkgdown site
38
run: Rscript -e 'pkgdown::build_site_github_pages(install = TRUE)'
39
- name: Deploy pkgdown site
40
- uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
+ uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
41
with:
42
path: docs/
43
0 commit comments