Skip to content

Commit

Permalink
Spring 2024 => Winter 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
greimel committed Oct 4, 2024
1 parent c58ab73 commit 1183c1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ExportNotebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Spring 24 source
- name: Checkout Winter 24 source
uses: actions/checkout@v2

- name: 🙌 Install Julia
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: 🔀 Combine semesters into single site
run: |
mkdir www
mv _site www/Spring24
mv _site www/Winter24
mv extra_outputs/* www
- name: 🚀 Deploy to GitHub Pages
Expand Down
2 changes: 1 addition & 1 deletion extra_outputs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<script>
window.location.href = "Spring24"
window.location.href = "Winter24"
</script>
</head>

Expand Down

0 comments on commit 1183c1b

Please sign in to comment.