Skip to content

Update 3.学习资源.txt #312

Update 3.学习资源.txt

Update 3.学习资源.txt #312

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