Fixed spaces
All checks were successful
Linting and checking code / get-version (push) Successful in 2s
Build and deploy preview site / check-tag (push) Successful in 2s
Linting and checking code / astro-check (push) Successful in 12s
Build and deploy preview site / checking (push) Successful in 12s
Build and deploy preview site / build-site (push) Successful in 1m6s
Build and deploy preview site / run-unlighthouse (push) Successful in 0s
Build and deploy preview site / create-release (push) Successful in 5s
Build and deploy preview site / auto-deploy-dockge (push) Successful in 21s
All checks were successful
Linting and checking code / get-version (push) Successful in 2s
Build and deploy preview site / check-tag (push) Successful in 2s
Linting and checking code / astro-check (push) Successful in 12s
Build and deploy preview site / checking (push) Successful in 12s
Build and deploy preview site / build-site (push) Successful in 1m6s
Build and deploy preview site / run-unlighthouse (push) Successful in 0s
Build and deploy preview site / create-release (push) Successful in 5s
Build and deploy preview site / auto-deploy-dockge (push) Successful in 21s
This commit is contained in:
parent
49f270974f
commit
86b6263ec1
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
name: Build and deploy preview site
|
||||
run-name: Building and deploying pewview for version ${{ github.ref_name }}
|
||||
run-name: Building and deploying pewview for version ${{ github.ref_name }}
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: Build and deploy production site
|
||||
run-name: Building and deploying release for version ${{ github.ref_name }}
|
||||
run-name: Building and deploying release for version ${{ github.ref_name }}
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: Run unlighthouse-tests
|
||||
run-name: Run unlighthouse-tests for version ${{ inputs.containertag }}
|
||||
run-name: Run unlighthouse-tests for version ${{ inputs.containertag }}
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@firq/fgosite",
|
||||
"type": "module",
|
||||
"version": "0.2.0-pre.37",
|
||||
"version": "0.2.0-pre.38",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
|
|
Loading…
Reference in a new issue