From 65f67081036b0d4d95bb3bcb8b37c125a60d8fd7 Mon Sep 17 00:00:00 2001 From: oliviermeslin Date: Thu, 14 Nov 2024 14:14:47 +0000 Subject: [PATCH] =?UTF-8?q?Rendre=20le=20script=20shell=20ex=C3=A9cutable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/compile-wp.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compile-wp.yml b/.github/workflows/compile-wp.yml index 7f76991..4e0a55d 100644 --- a/.github/workflows/compile-wp.yml +++ b/.github/workflows/compile-wp.yml @@ -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: