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 d644761 commit 0db7a86Copy full SHA for 0db7a86
.github/workflows/deploy-cran-repo.yml
@@ -64,14 +64,15 @@ jobs:
64
needs: website
65
66
- name: Build site
67
- run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
+ run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE, dest_dir = "_site")
68
shell: Rscript {0}
69
70
- name: Download build artifact
71
uses: actions/download-artifact@v3
72
with:
73
name: rwasmrepo
74
-
+ path: _site
75
+
76
- name: Upload Pages artifact
77
uses: actions/upload-pages-artifact@v2
78
- name: Deploy to GitHub Pages
0 commit comments