File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments