From 5bffa0e153ce839f9fa4253f21637ac3b141646e Mon Sep 17 00:00:00 2001 From: lifegpc Date: Thu, 28 Jul 2022 13:12:40 +0800 Subject: [PATCH] Add missing environment --- .github/workflows/github-pages.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-pages.yaml b/.github/workflows/github-pages.yaml index ec1a14f..29afd24 100644 --- a/.github/workflows/github-pages.yaml +++ b/.github/workflows/github-pages.yaml @@ -27,10 +27,13 @@ concurrency: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - # This workflow contains a single job called "build" - build: + deploy: # The type of runner that the job will run on runs-on: ubuntu-latest + + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} # Steps represent a sequence of tasks that will be executed as part of the job steps: