Add FEEDS env variable to Github Action
This commit is contained in:
parent
2932a6276e
commit
a61fc25d88
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -30,6 +30,7 @@ jobs:
|
|||
- run: bun run build
|
||||
env:
|
||||
YAZZY_URL: ${{ vars.YAZZY_URL }}
|
||||
FEEDS: ${{ vars.FEEDS }}
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue