Merge branch 'main' of https://github.com/MatthiesenXYZ/astro-ghostcms
This commit is contained in:
commit
3d284b9e2d
|
@ -6,9 +6,13 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
Unlighthouse-demo:
|
Unlighthouse-demo:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
working-directory: ./unlighthouse
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
node-version: 18
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
This is just for unlighthouse to run
|
Loading…
Reference in New Issue