diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index f366476..fa20310 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -50,8 +50,6 @@ jobs: actions: write checks: write contents: read - id-token: write - pages: write pull-requests: write security-events: write @@ -117,10 +115,6 @@ jobs: exit 1 fi - - name: Setup Pages - uses: actions/configure-pages@v6 - id: setup-pages - - name: Build site run: | hugo --gc --minify --baseURL "/" @@ -131,12 +125,6 @@ jobs: echo "::warning title=Invalid file permissions automatically fixed::$line" done - - name: Upload Pages artifact - uses: actions/upload-pages-artifact@v5 - with: - path: './${{ env.SITE_DIR }}' - retention-days: '7' - - name: HTML Proofer uses: chabad360/htmlproofer@c2750eb7eb937599ac859517e7dd23a29f1b3ed7 # v2 with: