From 7bde9e7215eb90aeb3cdff88156f8cd2920b7229 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 22 Sep 2023 18:58:47 +0200 Subject: [PATCH] Test direct GitHub Pages deployment --- .github/workflows/documentation.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index ee84d3dd1..df572e1e5 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -87,6 +87,12 @@ jobs: mkdocs build --clean mkdocs --version + - name: Adjust 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: