Skip to content

Commit 0db7a86

Browse files
committed
Try re-arranging the upload & download location
1 parent d644761 commit 0db7a86

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy-cran-repo.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,15 @@ jobs:
6464
needs: website
6565

6666
- name: Build site
67-
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
67+
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE, dest_dir = "_site")
6868
shell: Rscript {0}
6969

7070
- name: Download build artifact
7171
uses: actions/download-artifact@v3
7272
with:
7373
name: rwasmrepo
74-
74+
path: _site
75+
7576
- name: Upload Pages artifact
7677
uses: actions/upload-pages-artifact@v2
7778
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)