From dd5bad34f26e256e26aa07d602e292d6ae049b01 Mon Sep 17 00:00:00 2001 From: Sandeep Kadam Date: Mon, 19 Aug 2024 23:00:49 +0530 Subject: [PATCH] Update static.yml more config changes --- .github/workflows/static.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 45c777d..8dbaf3b 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -13,6 +13,9 @@ jobs: contents: read pages: write id-token: write + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} strategy: matrix: @@ -34,6 +37,7 @@ jobs: CI: true GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Deploy to GH Pages 🚀 + id: deployment uses: actions/deploy-pages@v4 with: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}