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