Skip to content

Commit 35ad92e

Browse files
committed
Fix: Add environment to build job for variable access
1 parent 89fdb9d commit 35ad92e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ concurrency:
1717
jobs:
1818
build:
1919
runs-on: ubuntu-latest
20+
environment: github-pages
2021
steps:
2122
- name: Checkout
2223
uses: actions/checkout@v4

0 commit comments

Comments
 (0)