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: