17
0
Fork 0

Compare commits

...

1 Commits

Author SHA1 Message Date
Quentin ef0a9577e2
Fix style gen + publish API 2022-11-13 16:51:44 +01:00
2 changed files with 2 additions and 1 deletions

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": "",