From 502a0f5731ddc9181604f528c84b8bd19d0b6b07 Mon Sep 17 00:00:00 2001 From: Sead Feng Date: Fri, 23 Aug 2024 15:09:51 +0800 Subject: [PATCH] update ci/cd --- .github/workflows/deploy-to-pages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-pages.yml b/.github/workflows/deploy-to-pages.yml index ab3806b..238cf0d 100644 --- a/.github/workflows/deploy-to-pages.yml +++ b/.github/workflows/deploy-to-pages.yml @@ -4,7 +4,7 @@ on: types: - published jobs: - deploy_production: + deploy: runs-on: ubuntu-latest permissions: contents: read @@ -13,6 +13,7 @@ jobs: timeout-minutes: 10 environment: name: production + url: ${{ steps.deploy.outputs.deployment-url }} steps: - uses: actions/checkout@v4 - name: Install dependencies