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
750a50ebfd343c72f6a5f0b0c303a801b83a97e3
Authored by
JinMao
2022-11-16 18:46:42 +0800
1 parent
6d1adce4
chore: update ci
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
.github/workflows/deploy.yml
.github/workflows/deploy.yml
View file @
750a50e
...
...
@@ -108,7 +108,7 @@ jobs:
108
108
git push origin --delete gh-pages
109
109
110
110
- name: Deploy
111
- uses: peaceiris/actions-gh-pages@v
3
111
+ uses: peaceiris/actions-gh-pages@v
2.5
112
112
env:
113
113
deploy_key: ${{secrets.ACTIONS_DEPLOY_KEY}}
114
114
PUBLISH_BRANCH: gh-pages
...
...