Skip to content

Bump eslint-plugin-vue from 9.18.1 to 9.19.2 (#651) #163

Bump eslint-plugin-vue from 9.18.1 to 9.19.2 (#651)

Bump eslint-plugin-vue from 9.18.1 to 9.19.2 (#651) #163

Workflow file for this run

name: cd
on:
push:
branches:
- main
workflow_dispatch:
jobs:
cd:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up node env
uses: actions/[email protected]
with:
node-version: 18
- name: Install dependencies
run: yarn
- name: Generate
run: yarn generate
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist