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
37c25a42f5e385830cd073ee0380cb2322d81bef
Authored by
vben
2022-11-14 14:05:09 +0800
1 parent
cdb46089
fix: 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 @
37c25a4
...
...
@@ -109,7 +109,7 @@ jobs:
109
109
110
110
- name: Deploy
111
111
uses: peaceiris/actions-gh-pages@v3
112
-
env
:
112
+
with
:
113
113
ACTIONS_DEPLOY_KEY: ${{secrets.ACTIONS_DEPLOY_KEY}}
114
114
PUBLISH_BRANCH: gh-pages
115
115
PUBLISH_DIR: ./dist
...
...