From 93faa83e53a7c7ef1a9c3299de8b85d68b4b9f45 Mon Sep 17 00:00:00 2001 From: "Behzad B. Mokhtari" <35877268+bbmokhtari@users.noreply.github.com> Date: Sun, 20 Oct 2024 22:54:58 +0330 Subject: [PATCH] fix the issue of github pages environment --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 225dc6be..21470129 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -424,6 +424,9 @@ jobs: permissions: pages: write id-token: write + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} steps: - name: Deploy to GitHub Pages id: deployment