浏览代码

workflow: fix deploy workflow [deploy]

Vben 4 年之前
父节点
当前提交
c6f9b0da7e
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/deploy.yml

+ 2 - 0
.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