Skip to content

Commit a8109b9

Browse files
committed
Update ExportNotebooks.yml
1 parent d4f960e commit a8109b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ExportNotebooks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ jobs:
5959
- name: 🔀 Combine semesters into single site
6060
run: |
6161
mkdir www
62-
mv Fall22-output/Fall20/ www/Fall20
63-
mv Fall22-output/Spring21/ www/Spring21
64-
mv Fall22-output/Fall22/ www/Fall22
65-
mv Fall22-output/Fall23/ www/Fall23
62+
mv Fall23-output/Fall20/ www/Fall20
63+
mv Fall23-output/Spring21/ www/Spring21
64+
mv Fall23-output/Fall22/ www/Fall22
65+
mv Fall23-output/Fall23/ www/Fall23
6666
mv _site www/Fall24
6767
mv extra_outputs/* www
6868

0 commit comments

Comments
 (0)