Skip to content

Commit bdba429

Browse files
committed
Remove debug traces
1 parent 3d8596c commit bdba429

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

.github/workflows/altdoc.yaml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ jobs:
7373
- name: Dependencies
7474
run: ./run.sh install_all
7575

76-
- name: Display structure of ALL files BEFORE building
77-
run: |
78-
ls -R .
79-
8076
- name: Build site
8177
run: |
8278
# If parallel = TRUE in render_docs()
@@ -86,31 +82,11 @@ jobs:
8682
pkgload::load_all()
8783
altdoc::render_docs(verbose = TRUE, parallel = FALSE, freeze = FALSE)
8884
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
10585

10686
- name: Copy to new directory
10787
run: |
10888
mkdir -p _site
10989
cp -r *quarto/*site/* _site/
110-
111-
- name: Display structure of website files under _site
112-
run: |
113-
ls -R _site
11490
11591
# New material ---
11692

@@ -122,9 +98,6 @@ jobs:
12298
name: rwasmrepo
12399
path: _site
124100
merge-multiple: true
125-
126-
- name: Display structure of website files with binary under _site
127-
run: ls -R _site
128101

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

0 commit comments

Comments
 (0)