Skip to content

Commit

Permalink
Fix path for report
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Mar 21, 2024
1 parent d9b8899 commit bfa9c87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
node-version: 18.x
- name: Install MyST Markdown
run: npm install -g mystmd
- name: Build Assets
run: |
myst build --typst
myst build --html
- name: Build PDF Assets
run: myst build --typst
- name: Build HTML Assets
run: myst build --html
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions myst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ project:
- year3.md
- year2.md
- year1.md
output: report.pdf
output: ./_build/pdf/report.pdf
- format: pdf
template: volcanica
article_type: Report
Expand All @@ -46,7 +46,7 @@ site:
logo_text: '2023 three year report'
actions:
- title: Download PDF
url: report.pdf
url: ./_build/pdf/report.pdf
static: true

nav:
Expand Down

0 comments on commit bfa9c87

Please sign in to comment.