Change the usage of the yazzy url in build definition (#14)
This commit is contained in:
parent
549248a50e
commit
4745c104bf
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -11,8 +11,7 @@ on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 */6 * * *" # At minute 0 past every 6th hour.
|
- cron: "0 */6 * * *" # At minute 0 past every 6th hour.
|
||||||
|
|
||||||
env:
|
|
||||||
YAZZY_URL: ${{ env.YAZZY_URL }}
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
pages: write
|
pages: write
|
||||||
|
|
@ -29,6 +28,8 @@ jobs:
|
||||||
bun-version: latest
|
bun-version: latest
|
||||||
- run: bun install
|
- run: bun install
|
||||||
- run: bun run build
|
- run: bun run build
|
||||||
|
env:
|
||||||
|
YAZZY_URL: ${{ vars.YAZZY_URL }}
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue