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 cfcdf94 commit c95d0dc
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/compile-wp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,12 @@ jobs:
wget https://quarto.org/download/latest/quarto-linux-amd64.deb
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

# Step 4: Compile document with Quarto
# Step 3: Compile document with Quarto
- name: Build PDF with Quarto
run: |
quarto render boosting.qmd
# Step 5: Compile document with Typst (if needed)
# - name: Build PDF with Typst
# run: |
# typst compile main.typ

# Step 6: Upload the PDF as a GitHub Actions artifact
# Step 4: Upload the PDF as a GitHub Actions artifact
- name: Upload PDF artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit c95d0dc

Please sign in to comment.