Skip to content

Commit

Permalink
second attempt at fixing the PDF link
Browse files Browse the repository at this point in the history
  • Loading branch information
tjira committed Oct 4, 2024
1 parent c34399f commit 0a44187
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
- name: Compile Document
run: ./script/docstopdf.sh

- name: Move the PDF to the Pages Directory
run: mv docs/tex/main.pdf docs/pages/main.pdf

- name: Setup Pages
uses: actions/configure-pages@v5

Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/nav_footer_custom.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<a href="main.pdf">pdf</a>
<a href="/acorn/tex/main.pdf">pdf</a>

0 comments on commit 0a44187

Please sign in to comment.