From 20419c64a90edc1286c8d348b37d64b4e1ad2a1b Mon Sep 17 00:00:00 2001 From: Octobug Date: Thu, 23 Nov 2023 19:50:28 +0800 Subject: [PATCH] build(pages): ignore deploy name --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5e9c8f9..3effffd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,6 +8,8 @@ on: env: BASE_URL: ${{ vars.BASE_URL }} + GISCUS_REPO_ID: ${{ vars.GISCUS_REPO_ID }} + GISCUS_CATEGORY_ID: ${{ vars.GISCUS_CATEGORY_ID }} permissions: contents: read @@ -52,7 +54,6 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} needs: build runs-on: ubuntu-latest - name: Deploy steps: - name: Deploy to GitHub Pages id: deployment