File tree Expand file tree Collapse file tree 3 files changed +18
-28
lines changed Expand file tree Collapse file tree 3 files changed +18
-28
lines changed Original file line number Diff line number Diff line change 46
46
uses : peaceiris/actions-gh-pages@v3
47
47
with :
48
48
github_token : ${{ secrets.GITHUB_TOKEN }}
49
- publish_dir : ./site
49
+ publish_dir : ./site
50
+
51
+ - name : Sync to gitee.com
52
+ uses : wearerequired/git-mirror-action@master
53
+ env :
54
+ SSH_PRIVATE_KEY : ${{ secrets.RSA_PRIVATE_KEY }}
55
+ with :
56
+ source-repo : git@github.com:doocs/leetcode.git
57
+ destination-repo : git@gitee.com:Doocs/leetcode.git
58
+
59
+ - name : Build Gitee Pages
60
+ uses : yanglbme/gitee-pages-action@main
61
+ with :
62
+ gitee-username : yanglbme
63
+ gitee-password : ${{ secrets.GITEE_PASSWORD }}
64
+ gitee-repo : doocs/leetcode
65
+ branch : main
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ <h2 id="__comments">{{ lang.t("meta.comments") }}</h2>
6
6
data-category ="Announcements "
7
7
data-category-id ="DIC_kwDOCOGUlc4CZmhe "
8
8
data-mapping ="pathname "
9
- data-strict ="0 "
9
+ data-strict ="1 "
10
10
data-reactions-enabled ="1 "
11
11
data-emit-metadata ="0 "
12
12
data-input-position ="top "
You can’t perform that action at this time.
0 commit comments