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 committed Dec 6, 2023
1 parent 5f30d0e commit d2f068c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
source-repo: [email protected]:doocs/doocs.github.io.git
destination-repo: [email protected]:Doocs/doocs.git

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

0 comments on commit d2f068c

Please sign in to comment.