Skip to content

chore(deps): bump @docusaurus/preset-classic from 3.0.0 to 3.0.1 (#164) #118

chore(deps): bump @docusaurus/preset-classic from 3.0.0 to 3.0.1 (#164)

chore(deps): bump @docusaurus/preset-classic from 3.0.0 to 3.0.1 (#164) #118

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