Skip to content

Commit

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

0 comments on commit 1934803

Please sign in to comment.