Skip to content

Bump postcss-nesting from 12.1.1 to 12.1.2 (#269) #22

Bump postcss-nesting from 12.1.1 to 12.1.2 (#269)

Bump postcss-nesting from 12.1.1 to 12.1.2 (#269) #22

Workflow file for this run

name: Deploy
on:
push:
branches: [main]
workflow_dispatch:
jobs:
ci:
name: CI
uses: ./.github/workflows/ci.yml
deploy:
name: Deploy to Cloudflare Pages
permissions:
contents: read
deployments: write
needs: ci
runs-on: ubuntu-20.04
environment:
name: refresh-dc-org (Production)
url: https://refresh-dc.org
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: npm
- run: npm ci
- run: npm run build
- uses: cloudflare/pages-action@v1
with:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
directory: _site
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
projectName: refresh-dc-org