Skip to content

Commit 8932cae

Browse files
committed
Directly copy from _quarto as it doesn't look like altdoc is transferring it over.
1 parent bfdc1bd commit 8932cae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/altdoc.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,14 @@ jobs:
9494
- name: Display structure of website files under docs
9595
run: |
9696
ls -R docs
97+
98+
- name: Display structure of website files under _quarto
99+
run: |
100+
ls -R _quarto
97101
98102
- name: Copy to new directory
99103
run: |
100-
cp -r docs _site
104+
cp -r _quarto _site
101105
102106
- name: Display structure of website files under _site
103107
run: |

0 commit comments

Comments
 (0)