Skip to content

Commit

Permalink
Update compile-wp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviermeslin authored Oct 4, 2024
1 parent af8c266 commit 1a1f784
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/compile-wp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ jobs:
sudo dpkg -i quarto-linux-amd64.deb
# Step 3: Set up Typst
- name: Install Typst
run: |
wget https://github.com/typst/typst/releases/download/v0.5.0/typst-linux-x86_64.tar.gz
tar -xvzf typst-linux-x86_64.tar.gz
sudo mv typst /usr/local/bin
# - name: Install Typst
# run: |
# wget https://github.com/typst/typst/releases/download/v0.5.0/typst-linux-x86_64.tar.gz
# tar -xvzf typst-linux-x86_64.tar.gz
# sudo mv typst /usr/local/bin

# Step 4: Compile document with Quarto
- name: Build PDF with Quarto
run: |
quarto render boosting.qmd --to pdf
quarto render boosting.qmd
# Step 5: Compile document with Typst (if needed)
# - name: Build PDF with Typst
Expand Down

0 comments on commit 1a1f784

Please sign in to comment.