WIP
This commit is contained in:
parent
1b7732c958
commit
7c2c6f2de9
1 changed files with 13 additions and 0 deletions
13
.forgejo/workflows/demo.yaml
Normal file
13
.forgejo/workflows/demo.yaml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
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
|
Loading…
Add table
Add a link
Reference in a new issue