chore: fix github pages

This commit is contained in:
mutoe 2020-10-28 22:03:08 +08:00
parent 5334e6068b
commit 83572f580b
No known key found for this signature in database
GPG Key ID: ABE5E78D073FC208
1 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,9 @@ jobs:
run: yarn tsc && yarn lint
- name: build
run: yarn build --base=/vue3-realworld-example-app/
run: |
yarn build --base=/vue3-realworld-example-app/
echo > dist/.nojekyll
- name: deploy
uses: s0/git-publish-subdir-action@master