From 132ac6970a2f0640014ad0a113e72c7be28e04ed Mon Sep 17 00:00:00 2001 From: oliviermeslin Date: Thu, 14 Nov 2024 14:15:23 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile-wp.yml b/.github/workflows/compile-wp.yml index 4e0a55d..5e4e8af 100644 --- a/.github/workflows/compile-wp.yml +++ b/.github/workflows/compile-wp.yml @@ -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)