Fix style gen + publish API #13
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- cp -rv garage/doc/book content/documentation
|
- cp -rv garage/doc/book content/documentation
|
||||||
|
- cp -rv garage/doc/api ./static/
|
||||||
|
|
||||||
- name: build-css
|
- name: build-css
|
||||||
image: node
|
image: node
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"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": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|
Loading…
Reference in a new issue