mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-27 17:41:21 +00:00
fix: publish cloudflare pages native action
This commit is contained in:
parent
8f7f09b826
commit
3ce3198b62
1 changed files with 4 additions and 3 deletions
7
.github/workflows/unlighthouse-report.yaml
vendored
7
.github/workflows/unlighthouse-report.yaml
vendored
|
@ -59,9 +59,10 @@ jobs:
|
||||||
--build-static
|
--build-static
|
||||||
|
|
||||||
- name: Upload report to Cloudflare pages
|
- name: Upload report to Cloudflare pages
|
||||||
run: |
|
uses: cloudflare/wrangler-action@2.0.0
|
||||||
wrangler init
|
with:
|
||||||
wrangler pages publish .unlighthouse --site pr${{ github.event.pull_request.number }}
|
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
|
command: pages publish .unlighthouse --branch=pull-${{ github.event.pull_request.number }}
|
||||||
|
|
||||||
- name: Create result content
|
- name: Create result content
|
||||||
id: create_result_content
|
id: create_result_content
|
||||||
|
|
Loading…
Reference in a new issue