Skip to content

Commit

Permalink
ci: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong502431556 committed Mar 1, 2022
1 parent 91cc5c5 commit 51f7bca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-merge.yml
Expand Up @@ -61,6 +61,7 @@ jobs:
- name: Build Github
run: |
yarn install
yarn run build:pro
- name: Deploy
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-gitee.yml
Expand Up @@ -28,6 +28,7 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Set SSH Environment
env:
DOCS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
Expand All @@ -39,6 +40,7 @@ jobs:
chmod 700 ~/.ssh && chmod 600 ~/.ssh/*
git config --local user.email "321200875@qq.com"
git config --local user.name "kailong321200875"
- name: Build
run: |
yarn install
Expand Down

0 comments on commit 51f7bca

Please sign in to comment.