Enhance layout by adjusting CSS classes for lyrics box in mobile view #190
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 | |
| on: | |
| push: | |
| branches: [main] | |
| jobs: | |
| deploy: | |
| uses: tau-OS/github-actions/.github/workflows/deploy-flatpak.yml@main | |
| with: | |
| manifestPath: com.fyralabs.Victrola.json | |
| secrets: | |
| managerToken: ${{ secrets.FLATPAK_REPO_TOKEN }} |