Skip to content

Merge branch 'main' of github.com:lovetingyuan/lovetingyuan.github.io #387

Merge branch 'main' of github.com:lovetingyuan/lovetingyuan.github.io

Merge branch 'main' of github.com:lovetingyuan/lovetingyuan.github.io #387

Workflow file for this run

name: Build tingyuan blog to github page
on:
push:
branches:
- main
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
- name: Build-Deploy
run: |
npx pnpm install
npm run deploy