Version bump
All checks were successful
/ astro-check (push) Successful in 17s
/ get-version (push) Successful in 2s
/ checking (push) Successful in 16s
/ check-tag (push) Successful in 2s
/ run-unlighthouse (push) Successful in 0s
/ build-site (push) Successful in 1m18s
/ create-release (push) Successful in 6s
/ auto-deploy-dockge (push) Successful in 22s

This commit is contained in:
Firq 2024-10-22 20:53:09 +02:00
parent 8e6be5ae82
commit aaa9611b1c
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
3 changed files with 4 additions and 3 deletions

View file

@ -20,7 +20,7 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: https://code.forgejo.org/actions/checkout@v3 uses: https://code.forgejo.org/actions/checkout@v3
- name: Run unlighthouse - name: Run unlighthouse
run: unlighthouse-ci --site "http://localhost:8081/" --disable-dynamic-sampling run: unlighthouse-ci --site "http://localhost:8081/"
- name: Prepare artifacts - name: Prepare artifacts
run: cp serve.json unlighthouse-reports run: cp serve.json unlighthouse-reports
- name: Upload reports - name: Upload reports

View file

@ -1,7 +1,7 @@
{ {
"name": "@firq/fgosite", "name": "@firq/fgosite",
"type": "module", "type": "module",
"version": "0.2.0-pre.14", "version": "0.2.0-pre.16",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",

View file

@ -10,12 +10,13 @@ export default {
}, },
ci: { ci: {
budget: 50, budget: 50,
buildStatic: true buildStatic: true,
}, },
scanner: { scanner: {
device: 'mobile', device: 'mobile',
sitemap: true, sitemap: true,
throttle: false, throttle: false,
dynamicSampling: false,
}, },
outputPath: "unlighthouse-reports", outputPath: "unlighthouse-reports",
} }