Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 3, 2022
1 parent b74801b commit 1cbfe13
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
id: tag_version
uses: jaywcjlove/changelog-generator@v1.5.0

- name: Deploy to uiwjs.github.io
- name: Deploy to uiwjs.github.io Repo
uses: peaceiris/actions-gh-pages@v3
with:
commit_message: '[${{steps.tag_version.outputs.tag}}] ${{ github.event.head_commit.message }}'
Expand All @@ -59,12 +59,11 @@ jobs:
publish_branch: master
external_repository: uiwjs/uiwjs.github.io

- name: Build and Deploy
- name: Deploy gh-pages Branch
uses: peaceiris/actions-gh-pages@v3
with:
commit_message: '[${{steps.tag_version.outputs.tag}}] ${{ github.event.head_commit.message }}'
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./website/build
cname: uiw.js.cool

Expand Down

0 comments on commit 1cbfe13

Please sign in to comment.