From 2314a5dd0f1f6e90666c2eea3910c73b2f27107f Mon Sep 17 00:00:00 2001 From: GZTime Date: Tue, 19 Mar 2024 01:13:19 +0800 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b47e437..121d8d1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -46,14 +46,14 @@ jobs: with: path: ./public - # Deployment job + # Deploy job deploy: + needs: build 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@v3 + uses: actions/deploy-pages@v4