Skip to content

Commit f8e5e7e

Browse files
committed
ci: explicitly define github-pages as the environment for deployment
1 parent 36beb03 commit f8e5e7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
name: Deploy Github Pages artifact
3939
needs: build
4040
runs-on: ubuntu-latest
41+
environment:
42+
name: github-pages
4143
steps:
4244
- name: Deploy to GitHub Pages
4345
id: deployment

0 commit comments

Comments
 (0)