This commit is contained in:
parent
f10dcd9df8
commit
34b99513cc
|
@ -19,13 +19,13 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 'lts'
|
node-version: 'lts/*'
|
||||||
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
|
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: _site
|
path: _site
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue