Skip to content

Commit

Permalink
chore: Update element-react.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 9, 2020
1 parent 1934803 commit ddcc4a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/angular.cn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:

- name: Get Static
run: |
rm -rf ./angular.cn
git clone https://github.com/ng-docs/preview.angular.cn.git -b master --single-branch angular.cn --depth 1
- name: Deploy angular.cn
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/element-react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
git clone https://github.com/ElemeFE/element-react -b gh-pages --single-branch element.react --depth 1
- name: Deploy element.react
uses: peaceiris/actions-gh-pages@v2.5.0
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_BRANCH: element.react
PUBLISH_DIR: ./element.react
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_branch: element.react
publish_dir: ./element.react

0 comments on commit ddcc4a5

Please sign in to comment.