Add env variables back to build
This commit is contained in:
parent
a99b3c971e
commit
325e5459fb
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -27,6 +27,9 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install, build, and upload your site output
|
- name: Install, build, and upload your site output
|
||||||
uses: withastro/action@v2
|
uses: withastro/action@v2
|
||||||
|
env:
|
||||||
|
YAZZY_URL: ${{ vars.YAZZY_URL }}
|
||||||
|
FEEDS: ${{ vars.FEEDS }}
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
needs: build
|
needs: build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue