Skip to content

Commit f0d4ef6

Browse files
committed
Copy only rendered components
1 parent 8932cae commit f0d4ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/altdoc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
102102
- name: Copy to new directory
103103
run: |
104-
cp -r _quarto _site
104+
cp -r _quarto/_site/* _site/
105105
106106
- name: Display structure of website files under _site
107107
run: |

0 commit comments

Comments
 (0)