From fbc4ea8c596282d929c7c8d474889cafb0f99686 Mon Sep 17 00:00:00 2001 From: PierreOlivierBrillant Date: Wed, 10 Apr 2024 22:08:01 -0400 Subject: [PATCH] =?UTF-8?q?Nouveau=20d=C3=A9ploiement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c4e3d64..423a975 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,6 +47,13 @@ jobs: run: | cp index.html 404.html + - name: Fix permissions + working-directory: angular/dist/depinfo + run: | + chmod -c -R +rX "./" | while read line; do + echo "::warning title=Invalid file permissions automatically fixed::$line" + done + - name: Téléverser l'artéfact id: upload-artifact uses: actions/upload-artifact@v4