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 dd802a8 commit 6062937Copy full SHA for 6062937
.github/workflows/sync.yml
@@ -17,10 +17,10 @@ jobs:
17
source-repo: [email protected]:doocs/advanced-java.git
18
destination-repo: [email protected]:Doocs/advanced-java.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/advanced-java
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/advanced-java
+ branch: main
0 commit comments