Skip to content

chore: 完成 ESLint 配置优化 #1

chore: 完成 ESLint 配置优化

chore: 完成 ESLint 配置优化 #1

Workflow file for this run

name: Deploy Docs
on:
push:
branches: [main]
paths:
- 'docs/**'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install docsify
run: npm install -g docsify-cli
- name: Deploy to GitHub Pages
run: docsify-cli deploy docs --slug master