From b367f405250f1ad657c5029e44f3451e47a3d55e Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 22 Sep 2023 18:53:41 +0200 Subject: [PATCH] Test direct GitHub Pages deployment --- .github/workflows/documentation.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index acd388e45..ee84d3dd1 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -29,6 +29,7 @@ env: permissions: contents: write + id-token: write jobs: documentation: @@ -86,12 +87,6 @@ jobs: mkdocs build --clean mkdocs --version - - name: Fix permissions - run: | - chmod -c -R +rX site/ | while read line; do - echo "::warning title=Invalid file permissions automatically fixed::$line" - done - - name: Upload to GitHub Pages uses: actions/upload-pages-artifact@v2 with: