Fix style gen + publish API #13

Open
quentin wants to merge 1 commit from improvement into master
2 changed files with 2 additions and 1 deletions
Showing only changes of commit ef0a9577e2 - Show all commits

View file

@ -10,6 +10,7 @@ steps:
commands:
- git submodule update --init --recursive
- cp -rv garage/doc/book content/documentation
- cp -rv garage/doc/api ./static/
- name: build-css
image: node

View file

@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "npx tailwindcss -i ./src/input.css -o ./public/style.css --minify --watch"
"start": "npx tailwindcss -i ./src/input.css -o ./static/style.css --minify --watch"
},
"keywords": [],
"author": "",