Skip to content

Commit

Permalink
chore: auto deploy GitHub & Gitee Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme authored Dec 6, 2023
1 parent f8ea426 commit 224b5da
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
source-repo: git@github.com:doocs/jvm.git
destination-repo: git@gitee.com:Doocs/jvm.git

# - name: Build Gitee Pages
# uses: yanglbme/gitee-pages-action@main
# with:
# gitee-username: yanglbme
# gitee-password: ${{ secrets.GITEE_PASSWORD }}
# gitee-repo: doocs/jvm
# branch: gh-pages
- name: Build Gitee Pages
uses: yanglbme/gitee-pages-action@main
with:
gitee-username: yanglbme
gitee-password: ${{ secrets.GITEE_PASSWORD }}
gitee-repo: doocs/jvm
branch: gh-pages

0 comments on commit 224b5da

Please sign in to comment.