WIP
Some checks failed
/ test (push) Failing after 23s

This commit is contained in:
Christopher Baines 2025-06-24 20:56:56 +02:00
parent 8401af8460
commit 27e6bc2a1d

View file

@ -11,3 +11,12 @@ jobs:
- run: | - run: |
cd knots-trunk cd knots-trunk
guix shell -D -f guix-dev.scm -- documenta api knots guix shell -D -f guix-dev.scm -- documenta api knots
guix shell texinfo -- makeinfo --css-ref=https://luis-felipe.gitlab.io/texinfo-css/static/css/texinfo-7.css --no-split --html -o pages/index.html doc/index.texi
- run: |
cd knots-pages
git add .
git config user.email <>
git config user.name "Automatic website updater"
git commit -m "Automatic website update"
git push