Skip to content

Commit 3bb4863

Browse files
committed
More debug
1 parent 3c03b35 commit 3bb4863

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/altdoc.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,20 @@ jobs:
8080
install.packages(".", repos = NULL, type = "source")
8181
install.packages("pkgload")
8282
pkgload::load_all()
83-
altdoc::render_docs(parallel = FALSE, freeze = FALSE)
83+
altdoc::render_docs(verbose = TRUE, parallel = FALSE, freeze = FALSE)
8484
shell: Rscript {0}
85+
86+
- name: Display structure of website files under docs
87+
run: |
88+
ls -R docs
8589
8690
- name: Copy to new directory
8791
run: |
8892
cp -r docs _site
8993
90-
- name: Display structure of website files
91-
run: ls -R _site
94+
- name: Display structure of website files under _site
95+
run: |
96+
ls -R _site
9297
9398
# New material ---
9499

@@ -99,8 +104,9 @@ jobs:
99104
with:
100105
name: rwasmrepo
101106
path: _site
107+
merge-multiple: true
102108

103-
- name: Display structure of website files with binary
109+
- name: Display structure of website files with binary under _site
104110
run: ls -R _site
105111

106112
# Upload a tar file that will work with GitHub Pages

0 commit comments

Comments
 (0)