Skip to content

Bump postcss, autoprefixer and postcss-cli #193

Bump postcss, autoprefixer and postcss-cli

Bump postcss, autoprefixer and postcss-cli #193

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build-site:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
submodules: recursive # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.71.1'
extended: true
- name: Setup npm
uses: actions/setup-node@v1
with:
node-version: '12'
- name: Build
run: |
npm install
hugo --minify --destination public