Skip to content

chore: operate log

chore: operate log #26

Workflow file for this run

name: deploy
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build-delpoy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install -g [email protected]
- run: pnpm install
- run: pnpm run build
- name: Delpoy
uses: peaceiris/[email protected]
env:
ACTIONS_DEPLOY_KEY: ${{secrets.publish}}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: dist