Skip to content

Commit

Permalink
chore: Update angular.cn.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 9, 2020
1 parent 4518304 commit caae6aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/angular.cn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
git clone https://github.com/ng-docs/preview.angular.cn.git -b master --single-branch angular.cn --depth 1
- name: Deploy angular.cn
uses: peaceiris/actions-gh-pages@v2.5.0
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_BRANCH: angular.cn
PUBLISH_DIR: ./angular.cn
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_branch: angular.cn
publish_dir: ./angular.cn

0 comments on commit caae6aa

Please sign in to comment.