Skip to content

Commit 39e9bfe

Browse files
authored
chore: auto deploy GitHub & Gitee Pages
1 parent 0e5bcdf commit 39e9bfe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/sync.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
source-repo: git@github.com:doocs/technical-books.git
2020
destination-repo: git@gitee.com:Doocs/technical-books.git
2121

22-
# - name: Build Gitee Pages
23-
# uses: yanglbme/gitee-pages-action@main
24-
# with:
25-
# gitee-username: yanglbme
26-
# gitee-password: ${{ secrets.GITEE_PASSWORD }}
27-
# gitee-repo: doocs/technical-books
28-
# branch: main
22+
- name: Build Gitee Pages
23+
uses: yanglbme/gitee-pages-action@main
24+
with:
25+
gitee-username: yanglbme
26+
gitee-password: ${{ secrets.GITEE_PASSWORD }}
27+
gitee-repo: doocs/technical-books
28+
branch: main

0 commit comments

Comments
 (0)