Update build.yml

This commit is contained in:
Jim Han 2021-03-15 13:47:34 +08:00 committed by GitHub
parent d2dafcbe84
commit feca474594
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,8 @@
# This is a basic workflow to help you get started with Actions
name: Deploy Vuepress
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
@ -33,4 +29,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
publish_dir: docs/.vuepress/dist