We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe65ae commit 18f83ffCopy full SHA for 18f83ff
.github/workflows/sync.yml
@@ -16,10 +16,10 @@ jobs:
16
source-repo: git@github.com:doocs/data-structure-and-algorithm.git
17
destination-repo: git@gitee.com:Doocs/data-structure-and-algorithm.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/data-structure-and-algorithm
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/data-structure-and-algorithm
+ # branch: main
0 commit comments