Skip to content

Commit

Permalink
fixup! fixup! fixup! Publish to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanlachnit committed Nov 28, 2023
1 parent a22a0a1 commit 2a11d2c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,12 @@ jobs:
uses: actions/configure-pages@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Build Page
run: make html
run: |
make html
mv generated/paper.html generated/index.html
- name: Upload Artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 2a11d2c

Please sign in to comment.