Add env variables back to build

This commit is contained in:
Carter McBride 2024-08-23 15:46:04 -06:00
parent a99b3c971e
commit 325e5459fb

View file

@ -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