removed superfluous lua script, moved acknowledgements

This commit is contained in:
Wen Kokke 2020-07-03 00:23:11 +01:00
parent 23a11a68aa
commit 972cdf14a4
2 changed files with 1 additions and 5 deletions

View file

@ -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:

View file

@ -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