Skip to content

Commit

Permalink
chore: Update typescriptlang.org.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 9, 2020
1 parent a874c03 commit c650b38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/typescriptlang.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
cp -r site ../code
- name: Deploy typescriptlang.org
uses: peaceiris/actions-gh-pages@v2.5.0
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_BRANCH: typescriptlang.org
PUBLISH_DIR: ./typescriptlang.org/code
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_branch: typescriptlang.org
publish_dir: ./typescriptlang.org/code

0 comments on commit c650b38

Please sign in to comment.