diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f183b01..c8ca91e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,6 +27,9 @@ jobs: uses: actions/checkout@v4 - name: Install, build, and upload your site output uses: withastro/action@v2 + env: + YAZZY_URL: ${{ vars.YAZZY_URL }} + FEEDS: ${{ vars.FEEDS }} deploy: needs: build