Skip to content

Commit

Permalink
Rendre le script shell exécutable
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviermeslin committed Nov 14, 2024
1 parent 3bfe892 commit 65f6708
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/compile-wp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ jobs:
- name: Set up quarto
uses: quarto-dev/quarto-actions/setup@v2

# Step 3: Compile document
# Step 3: Make the shell script executable
- name: Make the shell script executable
run: chmod +x ./render_pdf_output.sh

# Step 4: Compile document
- name: Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
with:
Expand Down

0 comments on commit 65f6708

Please sign in to comment.