Skip to content

Merge branch 'main' of https://github.com/lqzhgood/Shmily #117

Merge branch 'main' of https://github.com/lqzhgood/Shmily

Merge branch 'main' of https://github.com/lqzhgood/Shmily #117

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- name: Build
run: npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/.vitepress/dist