Skip to content

Commit 1496549

Browse files
committed
Nope.
1 parent 64e6806 commit 1496549

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/altdoc.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,13 @@ jobs:
8383
altdoc::render_docs(verbose = TRUE, parallel = FALSE, freeze = FALSE)
8484
shell: Rscript {0}
8585

86-
- name: Display structure of website files under _site
87-
run: |
88-
ls -R _site
89-
9086
- name: Display structure of website files under docs
9187
run: |
9288
ls -R docs
9389
94-
#- name: Copy to new directory
95-
# run: |
96-
# cp -r docs _site
90+
- name: Copy to new directory
91+
run: |
92+
cp -r docs _site
9793
9894
- name: Display structure of website files under _site
9995
run: |

0 commit comments

Comments
 (0)