File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change 73
73
- name : Dependencies
74
74
run : ./run.sh install_all
75
75
76
- - name : Display structure of ALL files BEFORE building
77
- run : |
78
- ls -R .
79
-
80
76
- name : Build site
81
77
run : |
82
78
# If parallel = TRUE in render_docs()
@@ -86,31 +82,11 @@ jobs:
86
82
pkgload::load_all()
87
83
altdoc::render_docs(verbose = TRUE, parallel = FALSE, freeze = FALSE)
88
84
shell : Rscript {0}
89
-
90
- - name : Display structure of ALL files AFTER building
91
- run : |
92
- ls -R .
93
-
94
- - name : Display structure of website files under docs
95
- run : |
96
- ls -R docs
97
-
98
- - name : Display structure of website files under _quarto
99
- run : |
100
- ls -R _quarto
101
-
102
- - name : Display structure of website files under _quarto/*site
103
- run : |
104
- ls -R *quarto/*site
105
85
106
86
- name : Copy to new directory
107
87
run : |
108
88
mkdir -p _site
109
89
cp -r *quarto/*site/* _site/
110
-
111
- - name : Display structure of website files under _site
112
- run : |
113
- ls -R _site
114
90
115
91
# New material ---
116
92
122
98
name : rwasmrepo
123
99
path : _site
124
100
merge-multiple : true
125
-
126
- - name : Display structure of website files with binary under _site
127
- run : ls -R _site
128
101
129
102
# Upload a tar file that will work with GitHub Pages
130
103
# Make sure to set a retention day to avoid running into a cap
You can’t perform that action at this time.
0 commit comments