parent
135885e59c
commit
eff1ed4aa5
1 changed files with 5 additions and 2 deletions
|
@ -6,5 +6,8 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: host
|
runs-on: host
|
||||||
steps:
|
steps:
|
||||||
- run: git clone https://$FORGEJO_TOKEN@forge.cbaines.net/cbaines/guile-knots.git
|
- run: |
|
||||||
- run: guix shell guile-documenta -- documenta api knots
|
git clone --depth=1 https://$FORGEJO_TOKEN@forge.cbaines.net/cbaines/guile-knots.git knots-trunk
|
||||||
|
git clone --depth=1 https://$FORGEJO_TOKEN@forge.cbaines.net/cbaines/guile-knots.git --branch=pages knots-pages
|
||||||
|
cd knots-trunk
|
||||||
|
guix shell guile-documenta -- documenta api knots
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue