Skip to content

Commit 2f818e7

Browse files
committed
Explore the copy
1 parent f0d4ef6 commit 2f818e7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/altdoc.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,15 @@ jobs:
9898
- name: Display structure of website files under _quarto
9999
run: |
100100
ls -R _quarto
101+
102+
- name: Display structure of website files under _quarto/*site
103+
run: |
104+
ls -R *quarto/*site
101105
102106
- name: Copy to new directory
103107
run: |
104-
cp -r _quarto/_site/* _site/
108+
mkdir -p _site
109+
cp -r *quarto/*site/* _site/
105110
106111
- name: Display structure of website files under _site
107112
run: |

0 commit comments

Comments
 (0)