revert: remove widget - CSS MIME type issue breaking navigation #39
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Deploy Mintilify | |
| on: | |
| push: | |
| branches: ["main"] | |
| jobs: | |
| build: | |
| runs-on: knowrithm-backend | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Deploy Using Docker Compose | |
| run: | | |
| docker compose build | |
| docker compose up -d | |
| - name: Clean Up | |
| run: | | |
| docker system prune -f | |