Skip to content

Commit 64e6806

Browse files
committed
It defaults to _site now?
1 parent 3bb4863 commit 64e6806

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/altdoc.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,18 @@ jobs:
8282
pkgload::load_all()
8383
altdoc::render_docs(verbose = TRUE, parallel = FALSE, freeze = FALSE)
8484
shell: Rscript {0}
85-
85+
86+
- name: Display structure of website files under _site
87+
run: |
88+
ls -R _site
89+
8690
- name: Display structure of website files under docs
8791
run: |
8892
ls -R docs
8993
90-
- name: Copy to new directory
91-
run: |
92-
cp -r docs _site
94+
#- name: Copy to new directory
95+
# run: |
96+
# cp -r docs _site
9397

9498
- name: Display structure of website files under _site
9599
run: |

0 commit comments

Comments
 (0)