Change the usage of the yazzy url in build definition (#14)

This commit is contained in:
Carter McBride 2024-07-04 15:23:25 -06:00 committed by GitHub
parent 549248a50e
commit 4745c104bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,8 +11,7 @@ on:
schedule:
- cron: "0 */6 * * *" # At minute 0 past every 6th hour.
env:
YAZZY_URL: ${{ env.YAZZY_URL }}
permissions:
pages: write
@ -29,6 +28,8 @@ jobs:
bun-version: latest
- run: bun install
- run: bun run build
env:
YAZZY_URL: ${{ vars.YAZZY_URL }}
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with: