Skip to content

Bump postcss from 8.4.16 to 8.4.31 #570

Bump postcss from 8.4.16 to 8.4.31

Bump postcss from 8.4.16 to 8.4.31 #570

Workflow file for this run

name: publish website
on:
push:
branches: [ src ]
pull_request:
branches: [ src ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v3
- name: 👉 Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- name: 👉 Set up Node
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'npm'
- name: 🧱 Node Dependencies
run: npm install
- name: 🔧 Run Middleman
run: bundle exec middleman build
- name: 🚀 Deploy to GitHub Pages
uses: JamesIves/[email protected]
if: github.ref == 'refs/heads/src'
with:
branch: master
folder: build