We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 252585a commit 712a5c4Copy full SHA for 712a5c4
.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