2025-06-24 12:28:40 +02:00
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- actions-test
|
2025-06-24 11:59:22 +02:00
|
|
|
jobs:
|
|
|
|
test:
|
2025-06-24 12:04:05 +02:00
|
|
|
runs-on: host
|
2025-06-24 11:59:22 +02:00
|
|
|
steps:
|
2025-06-24 12:34:04 +02:00
|
|
|
- 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
|
2025-06-24 12:32:16 +02:00
|
|
|
- run: |
|
|
|
|
cd knots-trunk
|
2025-06-24 12:35:43 +02:00
|
|
|
guix shell -D -f guix-dev.scm -- documenta api knots
|