Skip to content

Commit

Permalink
Update ExportNotebooks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Jul 1, 2024
1 parent d4f960e commit a8109b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ExportNotebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
- name: 🔀 Combine semesters into single site
run: |
mkdir www
mv Fall22-output/Fall20/ www/Fall20
mv Fall22-output/Spring21/ www/Spring21
mv Fall22-output/Fall22/ www/Fall22
mv Fall22-output/Fall23/ www/Fall23
mv Fall23-output/Fall20/ www/Fall20
mv Fall23-output/Spring21/ www/Spring21
mv Fall23-output/Fall22/ www/Fall22
mv Fall23-output/Fall23/ www/Fall23
mv _site www/Fall24
mv extra_outputs/* www
Expand Down

0 comments on commit a8109b9

Please sign in to comment.