Skip to content

Commit 2b273e1

Browse files
committed
fix: Add environment name to build job in GitHub Actions workflow
1 parent 366231d commit 2b273e1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ concurrency:
1717

1818
jobs:
1919
build:
20+
environment:
21+
name: github-pages
2022
runs-on: ubuntu-latest
2123
env:
2224
INDEXNOW_KEY: ${{ secrets['INDEXNOW_KEY'] }}

0 commit comments

Comments
 (0)