CI: Fix tailwind work dir
This commit is contained in:
parent
3c69a8ba6f
commit
348184e9d3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main_deploy.yaml
vendored
2
.github/workflows/main_deploy.yaml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
run: flutter build web --release --verbose --source-maps
|
run: flutter build web --release --verbose --source-maps
|
||||||
- name: Build Website
|
- name: Build Website
|
||||||
run: |
|
run: |
|
||||||
npx tailwindcss -o ./tailwind.css --minify
|
cd docs && npx tailwindcss -o ./tailwind.css --minify && cd ..
|
||||||
mv docs public
|
mv docs public
|
||||||
mv repo public || true
|
mv repo public || true
|
||||||
mv build/web/ public/web
|
mv build/web/ public/web
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue