fix ver 2
All checks were successful
Linting and checking code / get-version (push) Successful in 25s
Linting and checking code / astro-check (push) Successful in 40s
Build and deploy preview site / check-tag (push) Successful in 19s
Build and deploy preview site / checking (push) Successful in 1m0s
Build and deploy preview site / build-site (push) Successful in 3m47s
Build and deploy preview site / run-unlighthouse (push) Successful in 6s
Build and deploy preview site / auto-deploy-dockge (push) Successful in 17s
Build and deploy preview site / create-release (push) Successful in 39s
All checks were successful
Linting and checking code / get-version (push) Successful in 25s
Linting and checking code / astro-check (push) Successful in 40s
Build and deploy preview site / check-tag (push) Successful in 19s
Build and deploy preview site / checking (push) Successful in 1m0s
Build and deploy preview site / build-site (push) Successful in 3m47s
Build and deploy preview site / run-unlighthouse (push) Successful in 6s
Build and deploy preview site / auto-deploy-dockge (push) Successful in 17s
Build and deploy preview site / create-release (push) Successful in 39s
This commit is contained in:
parent
e81dbd6048
commit
d5e4818b2b
3 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ jobs:
|
||||||
unlighthouse:
|
unlighthouse:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: forgejo.neshweb.net/ci-docker-images/unlighthouse:0.4.0
|
image: forgejo.neshweb.net/ci-docker-images/unlighthouse:0.4.1
|
||||||
services:
|
services:
|
||||||
website:
|
website:
|
||||||
image: forgejo.neshweb.net/firq/firq-dev-website:${{ inputs.containertag }}
|
image: forgejo.neshweb.net/firq/firq-dev-website:${{ inputs.containertag }}
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@firq/fgosite",
|
"name": "@firq/fgosite",
|
||||||
"version": "0.2.0-pre.60",
|
"version": "0.2.0-pre.63",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@firq/fgosite",
|
"name": "@firq/fgosite",
|
||||||
"version": "0.2.0-pre.60",
|
"version": "0.2.0-pre.63",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astro-community/astro-embed-youtube": "^0.5.2",
|
"@astro-community/astro-embed-youtube": "^0.5.2",
|
||||||
"@astrojs/check": "^0.9.4",
|
"@astrojs/check": "^0.9.4",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@firq/fgosite",
|
"name": "@firq/fgosite",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.2.0-pre.62",
|
"version": "0.2.0-pre.63",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
|
|
Loading…
Reference in a new issue