diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index c69b22b..4203dce 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -55,7 +55,7 @@ jobs: # Deployment job deploy: environment: - name: github-pages + name: Documentation url: ${{ steps.deployment.outputs.page_url }} needs: build runs-on: ubuntu-latest @@ -63,4 +63,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v2