We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739cf15 commit bdee0f8Copy full SHA for bdee0f8
1 file changed
.github/workflows/deploy.yml
@@ -7,6 +7,9 @@ on:
7
8
jobs:
9
deploy:
10
+ environment:
11
+ name: github-pages
12
+ url: ${{ steps.deployment.outputs.page_url }}
13
runs-on: ubuntu-latest
14
permissions:
15
contents: write
0 commit comments