Skip to content

Commit bfdc1bd

Browse files
committed
Snapshot the filesystem... Something is off?
1 parent 5690af4 commit bfdc1bd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/altdoc.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ 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+
7680
- name: Build site
7781
run: |
7882
# If parallel = TRUE in render_docs()
@@ -82,6 +86,10 @@ jobs:
8286
pkgload::load_all()
8387
altdoc::render_docs(verbose = TRUE, parallel = FALSE, freeze = FALSE)
8488
shell: Rscript {0}
89+
90+
- name: Display structure of ALL files AFTER building
91+
run: |
92+
ls -R .
8593
8694
- name: Display structure of website files under docs
8795
run: |

0 commit comments

Comments
 (0)