Skip to content

🐛 Make favicon visible in dark themes #3

🐛 Make favicon visible in dark themes

🐛 Make favicon visible in dark themes #3

Workflow file for this run

name: Website
on:
workflow_dispatch: {}
push:
branches:
- main
paths:
- "web/**"
- "wrangler.toml"
- ".github/workflows/web.yml"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
website:
name: Website
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: fbe814d4a37d3d3d7fcfeec0ab929ff6
command: deploy