summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authoryaling888 <[email protected]>2022-05-17 03:59:22 +0800
committeryaling888 <[email protected]>2022-05-17 03:59:22 +0800
commit116f7fe71a4a85222fcb677c91be0db70891bc10 (patch)
tree46bb1e33ed019126776fbd11c6b31074fdb6e1b2 /.github/workflows
parent70805df1a590b70b0eaf1f1653f9d6b3efecf75c (diff)
feat: add i18n to connections page
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/push.yml32
1 files changed, 32 insertions, 0 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index 21fcf00..fb0ea56 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -75,3 +75,35 @@ jobs:
git status
git commit -m "Push to gh-pages"
git push -f https://$GITHUB_ACTOR:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git HEAD:$BRANCH
+ echo "yacd.clash-plus.tk" > CNAME
+ rm -rf .git/
+ git init
+ git config user.name "${GITHUB_ACTOR}"
+ git config user.email "${GITHUB_ACTOR}@noreply.github.com"
+ git add .
+ git commit -m "Push to gh-pages"
+ git push -f https://$GITHUB_ACTOR:${GITHUB_TOKEN}@github.com/pagek.git HEAD:$BRANCH
+ echo "yacd.clash-plus.ml" > CNAME
+ rm -rf .git/
+ git init
+ git config user.name "${GITHUB_ACTOR}"
+ git config user.email "${GITHUB_ACTOR}@noreply.github.com"
+ git add .
+ git commit -m "Push to gh-pages"
+ git push -f https://$GITHUB_ACTOR:${GITHUB_TOKEN}@github.com/pagel.git HEAD:$BRANCH
+ echo "yacd.clash-plus.ga" > CNAME
+ rm -rf .git/
+ git init
+ git config user.name "${GITHUB_ACTOR}"
+ git config user.email "${GITHUB_ACTOR}@noreply.github.com"
+ git add .
+ git commit -m "Push to gh-pages"
+ git push -f https://$GITHUB_ACTOR:${GITHUB_TOKEN}@github.com/pagea.git HEAD:$BRANCH
+ echo "yacd.clash-plus.gq" > CNAME
+ rm -rf .git/
+ git init
+ git config user.name "${GITHUB_ACTOR}"
+ git config user.email "${GITHUB_ACTOR}@noreply.github.com"
+ git add .
+ git commit -m "Push to gh-pages"
+ git push -f https://$GITHUB_ACTOR:${GITHUB_TOKEN}@github.com/pageq.git HEAD:$BRANCH