Browse Source

workflow: fix deploy workflow [deploy]

pull/294/head
Vben 6 years ago
parent
commit
c6f9b0da7e
  1. 2
      .github/workflows/deploy.yml

2
.github/workflows/deploy.yml

@ -105,6 +105,8 @@ jobs:
run: |
yarn install
yarn run build
touch dist/.nojekyll
cp dist/index.html dist/404.html
- name: Deploy
uses: peaceiris/actions-gh-pages@v2.5.0

Loading…
Cancel
Save