Skip to content

Commit d217cf7

Browse files
authored
Add environment to web workflow (#3738)
1 parent ff2883a commit d217cf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/web.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ on:
1515
jobs:
1616
web:
1717
runs-on: ubuntu-latest
18+
environment:
19+
name: github-pages
1820
steps:
1921
- name: Get sources
2022
uses: actions/checkout@v4

0 commit comments

Comments
 (0)