From 85d61679afcdae2cda7a554e26fca06af675dff6 Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Sun, 21 Jul 2024 18:50:01 +0200 Subject: [PATCH] test --- .github/workflows/pages.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index fe00872..4345366 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -6,6 +6,7 @@ on: permissions: contents: read pages: write + id-token: write jobs: Build: runs-on: ubuntu-22.04 @@ -23,22 +24,14 @@ jobs: run: bundle exec jekyll build env: JEKYLL_ENV: production - - - name: Debug - run: | - pwd - ls -la - find . -ls - - name: Upload artifact uses: actions/upload-pages-artifact@v3 - Deploy: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - needs: build + runs-on: ubuntu-22.04 + needs: Build steps: - name: Deploy to GitHub Pages id: deployment