Skip to content

Commit d8b9f41

Browse files
committed
fix: chore
1 parent 33a9dcd commit d8b9f41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/environments.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"reviewers": [],
1616
"wait_timer": 0
1717
},
18-
"Pages": {
18+
"github-pages": {
1919
"deployment_branch_policy": null,
2020
"reviewers": [],
2121
"wait_timer": 0

.github/workflows/gh-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
deploy:
2121
runs-on: ubuntu-latest
2222

23-
environment: Pages
23+
environment: github-pages
2424

2525
steps:
2626
- name: Checkout

0 commit comments

Comments
 (0)