From 78ec5512263a90b4678686d4fe9d8836a15df7b4 Mon Sep 17 00:00:00 2001 From: Jish2 Date: Fri, 17 Nov 2023 02:45:42 -0600 Subject: [PATCH] fix 13? --- .github/workflows/deploy-next.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/deploy-next.yml b/.github/workflows/deploy-next.yml index a89ed41..5484d8f 100644 --- a/.github/workflows/deploy-next.yml +++ b/.github/workflows/deploy-next.yml @@ -51,13 +51,13 @@ jobs: # Each build will OVERWRITE this branch. # target-branch: prod - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - needs: build - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v2 + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v2