We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ada59f commit af34a4dCopy full SHA for af34a4d
.github/workflows/sync.yml
@@ -17,10 +17,10 @@ jobs:
17
source-repo: [email protected]:doocs/source-code-hunter.git
18
destination-repo: [email protected]:Doocs/source-code-hunter.git
19
20
- - name: Build Gitee Pages
21
- uses: yanglbme/gitee-pages-action@main
22
- with:
23
- gitee-username: yanglbme
24
- gitee-password: ${{ secrets.GITEE_PASSWORD }}
25
- gitee-repo: doocs/source-code-hunter
26
- branch: main
+ # - name: Build Gitee Pages
+ # uses: yanglbme/gitee-pages-action@main
+ # with:
+ # gitee-username: yanglbme
+ # gitee-password: ${{ secrets.GITEE_PASSWORD }}
+ # gitee-repo: doocs/source-code-hunter
+ # branch: main
0 commit comments