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