Skip to content

sound.md页面的内容补充 #203

sound.md页面的内容补充

sound.md页面的内容补充 #203

name: Build and Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: vuepress-deploy
uses: IT4Change/vuepress-build-and-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.PERSONAL_SECRET }}
TARGET_REPO: MCModderAnchor/tacwiki
TARGET_BRANCH: gh_pages
BUILD_SCRIPT: |
npm install -g pnpm
pnpm install
pnpm build
BUILD_DIR: docs/.vuepress/dist/
CNAME: tacwiki.mcma.club