We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e690c8 commit 86a3334Copy full SHA for 86a3334
.github/workflows/deploy-page.yaml
@@ -23,6 +23,9 @@ concurrency:
23
jobs:
24
build-and-deploy:
25
runs-on: ubuntu-latest
26
+ environment:
27
+ name: github-pages
28
+ url: ${{ steps.deployment.outputs.page_url }}
29
# Only run if CI workflow succeeded (for automatic runs) or always for manual runs
30
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
31
0 commit comments