We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb4863 commit 64e6806Copy full SHA for 64e6806
.github/workflows/altdoc.yaml
@@ -82,14 +82,18 @@ jobs:
82
pkgload::load_all()
83
altdoc::render_docs(verbose = TRUE, parallel = FALSE, freeze = FALSE)
84
shell: Rscript {0}
85
-
+
86
+ - name: Display structure of website files under _site
87
+ run: |
88
+ ls -R _site
89
90
- name: Display structure of website files under docs
91
run: |
92
ls -R docs
93
- - name: Copy to new directory
- run: |
- cp -r docs _site
94
+ #- name: Copy to new directory
95
+ # run: |
96
+ # cp -r docs _site
97
98
- name: Display structure of website files under _site
99
0 commit comments