Skip to content

Commit

Permalink
CI: Fix tailwind work dir
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Jul 14, 2023
1 parent 3c69a8b commit 348184e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: flutter build web --release --verbose --source-maps
- name: Build Website
run: |
npx tailwindcss -o ./tailwind.css --minify
cd docs && npx tailwindcss -o ./tailwind.css --minify && cd ..
mv docs public
mv repo public || true
mv build/web/ public/web
Expand Down

0 comments on commit 348184e

Please sign in to comment.