website/.forgejo/workflows/demo.yaml
Peter Tillemans 484df5de23
Some checks failed
/ build (push) Failing after -1m56s
enable submodules to be extracted
2024-05-26 20:08:07 +02:00

15 lines
No EOL
297 B
YAML

on: [push]
jobs:
build:
runs-on: docker
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- uses: https://github.com/taiki-e/install-action@v2
with:
tool: zola@0.17.1
- run: pwd
- run: find .
- run: zola build