Skip to content

Bump autoprefixer from 10.4.14 to 10.4.16 #450

Bump autoprefixer from 10.4.14 to 10.4.16

Bump autoprefixer from 10.4.14 to 10.4.16 #450

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- uses: actions/[email protected]
with:
node-version: '16.x'
- name: Install dependencies
run: npm ci
- name: Run build
run: npm run build
- uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs