From 8e79c2c632e4f4b40b21ed5e09034ac235a12735 Mon Sep 17 00:00:00 2001 From: wbglaeser Date: Fri, 20 Oct 2023 11:24:20 +0200 Subject: [PATCH] remove perm setting --- .github/workflows/ckg-site_build.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ckg-site_build.yml b/.github/workflows/ckg-site_build.yml index eb008bc..d59bdd0 100644 --- a/.github/workflows/ckg-site_build.yml +++ b/.github/workflows/ckg-site_build.yml @@ -40,12 +40,6 @@ jobs: - name: Check built artifacts run: ls -l _site - - name: Fix permissions - run: | - chmod -v -R +rX "_site/" | while read line; do - echo "::warning title=Invalid file permissions automatically fixed::$line" - done - - name: Upload Pages artifact uses: actions/upload-pages-artifact@v2 with: