Update deploy-pages.yml

This commit is contained in:
amphineko 2020-02-14 12:35:28 +08:00 committed by GitHub
parent cd596a5be6
commit e1260caa2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,3 +16,7 @@ jobs:
run: |
npm install .
npm run build
- name: Invoke Deployment
env:
BUILD_DIR: dist
uses: maxheld83/ghpages@v0.2.1