Skip to content

chore: 移除不需要的推荐 vscode 插件 #60

chore: 移除不需要的推荐 vscode 插件

chore: 移除不需要的推荐 vscode 插件 #60

name: Build And Deploy To Github Pages
on:
push:
branches: [master]
concurrency:
group: 'pages'
cancel-in-progress: false
jobs:
build-and-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Install and Build
run: |
npm ci
npm run build-github
- name: Deploy to Github Pages
uses: JamesIves/[email protected]
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: dist
CLEAN: true