fixed web

This commit is contained in:
Brord van Wierst 2023-12-04 03:39:11 +01:00
parent 75112808f6
commit 6718edae59
No known key found for this signature in database
GPG key ID: 20E7ACBD8E02BC11

View file

@ -26,9 +26,6 @@ jobs:
run: flutter build web --dart-define=FLUTTER_WEB_CANVASKIT_URL=canvaskit/ --release --source-maps --base-href "/web/"
- name: Build Website
run: |
cd docs && npx tailwindcss -o ./tailwind.css --minify && cd ..
mv docs public
mv repo public || true
mv build/web/ public/web
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3