We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6f506 commit 3c03b35Copy full SHA for 3c03b35
.github/workflows/altdoc.yaml
@@ -86,7 +86,10 @@ jobs:
86
- name: Copy to new directory
87
run: |
88
cp -r docs _site
89
-
+
90
+ - name: Display structure of website files
91
+ run: ls -R _site
92
93
# New material ---
94
95
# Download the built R WASM CRAN repository from the prior step.
@@ -96,6 +99,9 @@ jobs:
96
99
with:
97
100
name: rwasmrepo
98
101
path: _site
102
103
+ - name: Display structure of website files with binary
104
105
106
# Upload a tar file that will work with GitHub Pages
107
# Make sure to set a retention day to avoid running into a cap
0 commit comments