File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -56,25 +56,12 @@ jobs:
5656 # 推送到远程 HTML 分支
5757 git push origin gh-pages --force
5858
59- - name : Deploy to FTP Server
60- uses : SamKirkland/FTP-Deploy-Action@v4.3.5
61- with :
62- server : ${{ secrets.FTP_HOST }} # FTP 服务器地址
63- username : ${{ secrets.FTP_USERNAME }} # FTP 用户名
64- password : ${{ secrets.FTP_PASSWORD }} # FTP 密码
65- local-dir : ./
66- server-dir : /wwwroot/
67- dangerous-clean-slate : true # 清空服务器目录
68-
6959 # - name: Deploy to FTP Server
70- # run: |
71- # ftp -n ${{ secrets.FTP_HOST }} <<END_SCRIPT
72- # quote USER ${{ secrets.FTP_USERNAME }}
73- # quote PASS ${{ secrets.FTP_PASSWORD }}
74- # binary
75- # cd /wwwroot/
76- # del *
77- # mput *
78- # quit
79- # END_SCRIPT
80-
60+ # uses: SamKirkland/FTP-Deploy-Action@v4.3.5
61+ # with:
62+ # server: ${{ secrets.FTP_HOST }} # FTP 服务器地址
63+ # username: ${{ secrets.FTP_USERNAME }} # FTP 用户名
64+ # password: ${{ secrets.FTP_PASSWORD }} # FTP 密码
65+ # local-dir: ./
66+ # server-dir: /wwwroot/
67+ # dangerous-clean-slate: true # 清空服务器目录
Original file line number Diff line number Diff line change @@ -362,8 +362,6 @@ navbar:
362362 { key: "Github Pages节点", link: "https://blockhaity.github.io/"},
363363 { key: "Vercal节点" , link: "https://blog-vercal.blockhaity.dpdns.org/"},
364364 { key: "Vercal节点 (Vercal域)" , link: "https://blockhaity.vercal.app/"},
365- { key: "BlockHaity's Host节点" , link: "https://blog.blockhaity.dpdns.org/"},
366- { key: "BlockHaity's Host节点 (CloudFlare IP优选)" , link: "https://blog.blockhaity.qzz.io/"},
367365 { key: "EdgeOne节点" , link: "https://blockhaity.EdgeOne.app/"},
368366 ]
369367 }
You can’t perform that action at this time.
0 commit comments