Skip to content

Commit 3c03b35

Browse files
committed
Add debug trace
1 parent df6f506 commit 3c03b35

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/altdoc.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@ jobs:
8686
- name: Copy to new directory
8787
run: |
8888
cp -r docs _site
89-
89+
90+
- name: Display structure of website files
91+
run: ls -R _site
92+
9093
# New material ---
9194

9295
# Download the built R WASM CRAN repository from the prior step.
@@ -96,6 +99,9 @@ jobs:
9699
with:
97100
name: rwasmrepo
98101
path: _site
102+
103+
- name: Display structure of website files with binary
104+
run: ls -R _site
99105

100106
# Upload a tar file that will work with GitHub Pages
101107
# Make sure to set a retention day to avoid running into a cap

0 commit comments

Comments
 (0)