13 lines
428 B
YAML
13 lines
428 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- actions-test
|
|
jobs:
|
|
test:
|
|
runs-on: host
|
|
steps:
|
|
- run: git clone --depth=1 https://$FORGEJO_TOKEN@forge.cbaines.net/cbaines/guile-knots.git knots-trunk
|
|
- run: git clone --depth=1 https://$FORGEJO_TOKEN@forge.cbaines.net/cbaines/guile-knots.git --branch=pages knots-pages
|
|
- run: |
|
|
cd knots-trunk
|
|
guix shell -D -f guix-dev.scm -- documenta api knots
|