Rewrite cosmetics and theme preferences (#1292) #18
This file contains 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 frontend | |
on: push | |
jobs: | |
wait: | |
if: github.repository_owner == 'modrinth' | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
deployments: write | |
steps: | |
- name: Cloudflare Pages deployment | |
uses: WalshyDev/cf-pages-await@v1 | |
with: | |
apiToken: ${{ secrets.CF_API_TOKEN }} | |
accountId: '9ddae624c98677d68d93df6e524a6061' | |
project: 'frontend' | |
githubToken: ${{ secrets.GITHUB_TOKEN }} | |
commitHash: ${{ steps.push-changes.outputs.commit-hash }} |