We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7534c0 commit 913e7e1Copy full SHA for 913e7e1
.github/workflows/deploy.yml
@@ -14,6 +14,8 @@ permissions:
14
jobs:
15
build_and_deploy:
16
runs-on: ubuntu-latest
17
+ environment:
18
+ name: github-pages
19
20
steps:
21
- name: Checkout code
0 commit comments