Compare commits
3 commits
34ee8bb87b
...
27e6bc2a1d
Author | SHA1 | Date | |
---|---|---|---|
27e6bc2a1d | |||
8401af8460 | |||
f7eae5a3bc |
2 changed files with 12 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
(gnu packages guile)
|
(gnu packages guile)
|
||||||
(gnu packages guile-xyz)
|
(gnu packages guile-xyz)
|
||||||
(gnu packages pkg-config)
|
(gnu packages pkg-config)
|
||||||
|
(gnu packages texinfo)
|
||||||
(srfi srfi-1))
|
(srfi srfi-1))
|
||||||
|
|
||||||
(package
|
(package
|
||||||
|
@ -44,7 +45,8 @@
|
||||||
(list autoconf
|
(list autoconf
|
||||||
automake
|
automake
|
||||||
pkg-config
|
pkg-config
|
||||||
guile-documenta))
|
guile-documenta
|
||||||
|
texinfo))
|
||||||
(synopsis "TODO")
|
(synopsis "TODO")
|
||||||
(description "TODO")
|
(description "TODO")
|
||||||
(home-page "TODO")
|
(home-page "TODO")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue