Skip to content

Commit

Permalink
Fix link to download WIP html file
Browse files Browse the repository at this point in the history
The previous link was downloading the HTML of the release page in GitHub, not the asset... 🤦
  • Loading branch information
norwd authored and rrthomas committed Jan 13, 2025
1 parent 4c8a219 commit b32b1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Download previous hpmor.html
run: |
wget --quiet https://github.com/${{ github.repository }}/releases/tag/WorkInProgress/hpmor.html -O hpmor-prev.html
wget --quiet https://github.com/${{ github.repository }}/releases/download/WorkInProgress/hpmor.html -O hpmor-prev.html
- name: Make PDFs
run: sh scripts/make_pdfs.sh > /dev/null
Expand Down

0 comments on commit b32b1fc

Please sign in to comment.