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