We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80c0d1 commit ce3bad2Copy full SHA for ce3bad2
.github/workflows/push.yml
@@ -41,6 +41,11 @@ jobs:
41
# raco pkg install --auto www/
42
raco make www/main.scrbl
43
make -C www main
44
+ - name: Download slides
45
+ run: |
46
+ gh api repos/cmsc430/slides/zipball/pdfs > pdfs.zip
47
+ mkdir -p www/main/slides
48
+ unzip -jq pdfs.zip '*.pdf' -d www/main/slides/
49
- name: Upload www for GitHub Pages
50
uses: actions/upload-pages-artifact@v3
51
with:
0 commit comments