From 94408927dbaaf0620ea5dd801e38db07f8c80966 Mon Sep 17 00:00:00 2001 From: Mani Arasteh Date: Sat, 1 Jun 2024 21:05:01 +0330 Subject: [PATCH] Update pages.yml --- .github/workflows/pages.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index e320777..37c8759 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -26,15 +26,15 @@ jobs: with: name: go-app path: | - . - permissions: - id-token: write - pages: write - + . deploy: runs-on: ubuntu-latest needs: build - + + permissions: + id-token: write + pages: write + steps: - name: Downloading Artifact uses: actions/download-artifact@v2