Skip to content

Commit

Permalink
workflow: fix deploy workflow [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Feb 23, 2021
1 parent 8ccf778 commit c6f9b0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6f9b0d

Please sign in to comment.