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