Add missing environment

This commit is contained in:
2022-07-28 13:12:40 +08:00
committed by GitHub
parent da131eed53
commit 5bffa0e153

View File

@@ -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: