Fixed spaces

This commit is contained in:
Firq 2024-10-26 14:24:59 +02:00
parent 49f270974f
commit 248f8ed2af
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
name: Build and deploy preview site 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: on:
push: push:
tags: tags:

View file

@ -1,5 +1,5 @@
name: Build and deploy production site 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: on:
push: push:
tags: tags:

View file

@ -1,5 +1,5 @@
name: Run unlighthouse-tests name: Run unlighthouse-tests
run-name: Run unlighthouse-tests for version ${{ inputs.containertag }} run-name: Run unlighthouse-tests for version ${{ inputs.containertag }}
on: on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:

View file

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