removed superfluous lua script, moved acknowledgements
This commit is contained in:
parent
23a11a68aa
commit
972cdf14a4
2 changed files with 1 additions and 5 deletions
|
@ -43,8 +43,8 @@ script:
|
|||
- agda --version
|
||||
- acknowledgements --version
|
||||
- pandoc --version
|
||||
- make test-offline # build and test website
|
||||
- acknowledgements -i _config.yml >> _config.yml
|
||||
- make test-offline # build and test website
|
||||
- make epubcheck # build and test EPUB
|
||||
|
||||
before_deploy:
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
-- set_paths.lua
|
||||
local version = _VERSION:match("%d+%.%d+")
|
||||
package.path = 'lua_modules/share/lua/' .. version .. '/?.lua;lua_modules/share/lua/' .. version .. '/?/init.lua;' .. package.path
|
||||
package.cpath = 'lua_modules/lib/lua/' .. version .. '/?.so;' .. package.cpath
|
Loading…
Reference in a new issue