Skip to content

Make more responsive and fix bg color #8

Make more responsive and fix bg color

Make more responsive and fix bg color #8

Workflow file for this run

name: Deploy to Cloudflare Pages
on: [push]
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v4
- name: Build
run: npm install && npm run build
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
command: pages deploy --project-name=nootsponge-web dist