Skip to content

Bump postcss from 8.4.14 to 8.4.31 #9

Bump postcss from 8.4.14 to 8.4.31

Bump postcss from 8.4.14 to 8.4.31 #9

Workflow file for this run

# .github/workflows/netlify.yml
name: Build and Deploy to Netlify
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
# ( Build to ./dist or other directory... )
- name: Deploy to Netlify
uses: nwtgck/[email protected]
with:
publish-dir: './dist'
production-branch: master
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: "Deploy from GitHub Actions"
enable-pull-request-comment: false
enable-commit-comment: true
overwrites-pull-request-comment: true
env:
NETLIFY_AUTH_TOKEN: 2r9zOiMqWjku6H_LLneC2H2NQJXYnYiHK633b-bDo6U
NETLIFY_SITE_ID: 4239cf7f-f940-4ed4-b325-afd82a9418e2
timeout-minutes: 1