Commit c6f9b0da7e9910adaadbf2d038d090fc58fd805d

Authored by Vben
1 parent 8ccf778f

workflow: fix deploy workflow [deploy]

Showing 1 changed file with 2 additions and 0 deletions
.github/workflows/deploy.yml
@@ -105,6 +105,8 @@ jobs: @@ -105,6 +105,8 @@ jobs:
105 run: | 105 run: |
106 yarn install 106 yarn install
107 yarn run build 107 yarn run build
  108 + touch dist/.nojekyll
  109 + cp dist/index.html dist/404.html
108 110
109 - name: Deploy 111 - name: Deploy
110 uses: peaceiris/actions-gh-pages@v2.5.0 112 uses: peaceiris/actions-gh-pages@v2.5.0