Curl index for availability
All checks were successful
/ get-version (push) Successful in 2s
/ astro-check (push) Successful in 11s
/ check-tag (push) Successful in 2s
/ checking (push) Successful in 11s
/ run-unlighthouse (push) Successful in 0s
/ create-release (push) Successful in 5s
/ auto-deploy-dockge (push) Successful in 18s
/ build-site (push) Successful in 1m11s
All checks were successful
/ get-version (push) Successful in 2s
/ astro-check (push) Successful in 11s
/ check-tag (push) Successful in 2s
/ checking (push) Successful in 11s
/ run-unlighthouse (push) Successful in 0s
/ create-release (push) Successful in 5s
/ auto-deploy-dockge (push) Successful in 18s
/ build-site (push) Successful in 1m11s
This commit is contained in:
parent
c0588ee760
commit
da582980b9
2 changed files with 3 additions and 1 deletions
|
@ -19,6 +19,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: https://code.forgejo.org/actions/checkout@v3
|
uses: https://code.forgejo.org/actions/checkout@v3
|
||||||
|
- name: Check availability
|
||||||
|
run: curl "http://localhost:8081/"
|
||||||
- name: Run unlighthouse
|
- name: Run unlighthouse
|
||||||
run: unlighthouse-ci --site "http://localhost:8081/"
|
run: unlighthouse-ci --site "http://localhost:8081/"
|
||||||
- name: Replace URLs
|
- name: Replace URLs
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@firq/fgosite",
|
"name": "@firq/fgosite",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.2.0-pre.22",
|
"version": "0.2.0-pre.23",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
|
|
Loading…
Reference in a new issue