Skip to content

Commit

Permalink
ci: fix deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil committed May 28, 2024
1 parent 0c27ae5 commit dd5d442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Render Quarto Project
shell: bash
run: |
quarto render example.qmd --to typst --output index.pdf --output-dir _site
quarto render template.qmd --to invoice-typst --output index.pdf --output-dir _site
- uses: actions/configure-pages@v5

Expand Down

0 comments on commit dd5d442

Please sign in to comment.