mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-28 07:51:20 +00:00
Compare commits
2 commits
4428711f61
...
7154f44cdb
Author | SHA1 | Date | |
---|---|---|---|
|
7154f44cdb | ||
|
f54bfd9668 |
1 changed files with 1 additions and 1 deletions
2
.github/workflows/unlighthouse.yaml
vendored
2
.github/workflows/unlighthouse.yaml
vendored
|
@ -84,7 +84,7 @@ jobs:
|
||||||
pnpm run unlighthouse
|
pnpm run unlighthouse
|
||||||
|
|
||||||
- name: Upload report to Cloudflare pages
|
- name: Upload report to Cloudflare pages
|
||||||
uses: cloudflare/wrangler-action@v3.6.1
|
uses: cloudflare/wrangler-action@v3.12.1
|
||||||
with:
|
with:
|
||||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
command: pages deploy .unlighthouse --project-name="${{ env.CLOUDFLARE_PROJECT }}" --branch=${{ steps.set_variables.outputs.CLOUDFLARE_BRANCH }}
|
command: pages deploy .unlighthouse --project-name="${{ env.CLOUDFLARE_PROJECT }}" --branch=${{ steps.set_variables.outputs.CLOUDFLARE_BRANCH }}
|
||||||
|
|
Loading…
Reference in a new issue