commit f03d4da06583511b1d47125d6b3f21ba687bd162 parent 4f28835c05c6ebb257737194f16acff9b0246430 Author: Amit Dutta <amitdutta4255@gmail.com> Date: Fri, 10 Oct 2025 20:49:56 +0530 update workflow Diffstat:
| M | .github/workflows/generate-and-deploy.yml | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/generate-and-deploy.yml b/.github/workflows/generate-and-deploy.yml @@ -14,6 +14,10 @@ permissions: jobs: build-and-deploy: + # This environment block is required by the deploy-pages action + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest steps: # Step 1: Check out a copy of your repository