Skip to content

chore(deps): bump postcss from 8.4.18 to 8.4.31 (#157) #112

chore(deps): bump postcss from 8.4.18 to 8.4.31 (#157)

chore(deps): bump postcss from 8.4.18 to 8.4.31 (#157) #112

Workflow file for this run

name: release
on:
push:
branches: main
jobs:
gh-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v2.1.5
with:
node-version: "12.x"
- name: Release to GitHub Pages
env:
USE_SSH: false
GIT_USER: tianhaoz95
GIT_PASS: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global user.email "tianhaoz@umich.edu"
git config --global user.name "tianhaoz95"
npm ci
npm run deploy