website/.forgejo/workflows/demo.yaml
Peter Tillemans 86c9f9c882
Some checks failed
/ build (push) Failing after -1m51s
add run steps for recce
2024-05-26 20:00:10 +02:00

15 lines
No EOL
297 B
YAML

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