Skip to content

chore(deps): update dependency postcss to ^8.4.39 #182

chore(deps): update dependency postcss to ^8.4.39

chore(deps): update dependency postcss to ^8.4.39 #182

Workflow file for this run

name: netlify-pages
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '18' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
- run: yarn install
- run: yarn css
- run: yarn build
- name: Deploy to Netlify
run: |
npm install netlify-cli -g
netlify deploy --prod --dir=dist
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}