parent
216cfa4193
commit
2967b4b4c5
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container: ghcr.io/getzola/zola:v0.17.1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
sparse-checkout: .
|
sparse-checkout: .
|
||||||
- run: echo All Good
|
- run: build
|
Loading…
Reference in a new issue