Skip to content

Bump braces from 3.0.2 to 3.0.3 #57

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #57

Workflow file for this run

name: VuePress Build
# Controls when the action will run.
on:
push:
branches:
- "**"
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build-only:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Install dependencies
run: yarn
- name: Build
run: yarn build