Skip to content

Bump ws from 6.2.2 to 6.2.3 #433

Bump ws from 6.2.2 to 6.2.3

Bump ws from 6.2.2 to 6.2.3 #433

Workflow file for this run

name: Node CI
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@master
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Install dependencies
run: yarn install
- name: Build
run: yarn vuepress build
- name: Deploy
if: github.ref == 'refs/heads/main'
uses: peaceiris/actions-gh-pages@v3.9.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./.vuepress/dist