This commit is contained in:
@@ -8,11 +8,13 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
container:
|
container:
|
||||||
image: alpine:latest
|
image: node:20-alpine
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
|
|
||||||
- name: Install Hugo Extended
|
- name: Install Hugo Extended
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user