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 5f30d0e commit d2f068cCopy full SHA for d2f068c
.github/workflows/sync.yml
@@ -16,10 +16,10 @@ jobs:
16
source-repo: [email protected]:doocs/doocs.github.io.git
17
destination-repo: [email protected]:Doocs/doocs.git
18
19
- # - name: Build Gitee Pages
20
- # uses: yanglbme/gitee-pages-action@main
21
- # with:
22
- # gitee-username: yanglbme
23
- # gitee-password: ${{ secrets.GITEE_PASSWORD }}
24
- # gitee-repo: doocs/doocs
25
- # 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 commit comments