Commit c6f9b0da authored by Vben's avatar Vben

workflow: fix deploy workflow [deploy]

parent 8ccf778f
...@@ -105,6 +105,8 @@ jobs: ...@@ -105,6 +105,8 @@ jobs:
run: | run: |
yarn install yarn install
yarn run build yarn run build
touch dist/.nojekyll
cp dist/index.html dist/404.html
- name: Deploy - name: Deploy
uses: peaceiris/actions-gh-pages@v2.5.0 uses: peaceiris/actions-gh-pages@v2.5.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment