Unlighthouse rework with docker 5

This commit is contained in:
Firq 2024-11-01 16:09:53 +01:00
parent c7ae9fa64b
commit 370aa53d83
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
2 changed files with 3 additions and 1 deletions

View file

@ -44,6 +44,8 @@ jobs:
if: success() if: success()
runs-on: dind runs-on: dind
steps: steps:
- name: Checkout repository
uses: https://code.forgejo.org/actions/checkout@v3
- name: Downloading static site artifacts - name: Downloading static site artifacts
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:

View file

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