FIX pipeline
This commit is contained in:
parent
986248e3f6
commit
b26e708d3b
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ branches: [main]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
image: node:latest
|
container:
|
||||||
|
image: node:latest
|
||||||
env:
|
env:
|
||||||
HUGO_VERSION: 0.115.4
|
HUGO_VERSION: 0.115.4
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue