We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a9dcd commit d8b9f41Copy full SHA for d8b9f41
.github/environments.json
@@ -15,7 +15,7 @@
15
"reviewers": [],
16
"wait_timer": 0
17
},
18
- "Pages": {
+ "github-pages": {
19
"deployment_branch_policy": null,
20
21
.github/workflows/gh-deploy.yml
@@ -20,7 +20,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
22
23
- environment: Pages
+ environment: github-pages
24
25
steps:
26
- name: Checkout
0 commit comments