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:
80
80
install.packages(".", repos = NULL, type = "source")
81
81
install.packages("pkgload")
82
82
pkgload::load_all()
83
- altdoc::render_docs(parallel = FALSE, freeze = FALSE)
83
+ altdoc::render_docs(verbose = TRUE, parallel = FALSE, freeze = FALSE)
84
84
shell : Rscript {0}
85
+
86
+ - name : Display structure of website files under docs
87
+ run : |
88
+ ls -R docs
85
89
86
90
- name : Copy to new directory
87
91
run : |
88
92
cp -r docs _site
89
93
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
92
97
93
98
# New material ---
94
99
99
104
with :
100
105
name : rwasmrepo
101
106
path : _site
107
+ merge-multiple : true
102
108
103
- - name : Display structure of website files with binary
109
+ - name : Display structure of website files with binary under _site
104
110
run : ls -R _site
105
111
106
112
# Upload a tar file that will work with GitHub Pages
You can’t perform that action at this time.
0 commit comments