Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
c6f9b0da7e9910adaadbf2d038d090fc58fd805d
Authored by
Vben
2021-02-24 01:00:42 +0800
1 parent
8ccf778f
workflow: fix deploy workflow [deploy]
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
.github/workflows/deploy.yml
.github/workflows/deploy.yml
View file @
c6f9b0d
...
...
@@ -105,6 +105,8 @@ jobs:
105
105
run: |
106
106
yarn install
107
107
yarn run build
108
+ touch dist/.nojekyll
109
+ cp dist/index.html dist/404.html
108
110
109
111
- name: Deploy
110
112
uses: peaceiris/actions-gh-pages@v2.5.0
...
...