mcbbs-markdown2bbcode-conve.../.github/workflows/publish.yml
2021-06-25 13:44:02 +08:00

21 lines
404 B
YAML

name: Publish to GitHub Pages
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- run: |
npm install
npm run build
- uses: crazy-max/ghaction-github-pages@v2.5.0
with:
build_dir: build
fqdn: mm2bc.ustc-zzzz.net