We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5bcdf commit 39e9bfeCopy full SHA for 39e9bfe
.github/workflows/sync.yml
@@ -19,10 +19,10 @@ jobs:
19
source-repo: git@github.com:doocs/technical-books.git
20
destination-repo: git@gitee.com:Doocs/technical-books.git
21
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
+ - name: Build Gitee Pages
+ uses: yanglbme/gitee-pages-action@main
+ with:
+ gitee-username: yanglbme
+ gitee-password: ${{ secrets.GITEE_PASSWORD }}
+ gitee-repo: doocs/technical-books
+ branch: main
0 commit comments