Unlighthouse rework with docker 5
This commit is contained in:
parent
c7ae9fa64b
commit
370aa53d83
2 changed files with 3 additions and 1 deletions
|
@ -44,6 +44,8 @@ jobs:
|
|||
if: success()
|
||||
runs-on: dind
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: https://code.forgejo.org/actions/checkout@v3
|
||||
- name: Downloading static site artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@firq/fgosite",
|
||||
"type": "module",
|
||||
"version": "0.2.0-pre.56",
|
||||
"version": "0.2.0-pre.57",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
|
|
Loading…
Reference in a new issue