Skip to content

šŸ› å°†ę®µä½č½¬ęˆå°å†™ #95

šŸ› å°†ę®µä½č½¬ęˆå°å†™

šŸ› å°†ę®µä½č½¬ęˆå°å†™ #95

Workflow file for this run

name: éƒØē½²
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: latest
run_install: true
- run: pnpm run build
- run: pnpm run check
- uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: dist