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 65f6708 commit 132ac69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile-wp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
uses: quarto-dev/quarto-actions/setup@v2

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

# Step 4: Compile document
- name: Publish to GitHub Pages (and render)
Expand Down

0 comments on commit 132ac69

Please sign in to comment.