diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml index dd2f509..4909bb9 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -19,6 +19,8 @@ jobs: steps: - name: Checkout repository uses: https://code.forgejo.org/actions/checkout@v3 + - name: Check availability + run: curl "http://localhost:8081/" - name: Run unlighthouse run: unlighthouse-ci --site "http://localhost:8081/" - name: Replace URLs diff --git a/package.json b/package.json index 2d42f55..1264df4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@firq/fgosite", "type": "module", - "version": "0.2.0-pre.22", + "version": "0.2.0-pre.23", "private": true, "scripts": { "dev": "astro dev",