File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -55,19 +55,19 @@ jobs:
5555 path : ./docs/
5656
5757 # 上传网站
58- # - name: Upload site
59- # env:
60- # # 在github仓库当前项目配置设置
61- # AUTH_TOKEN: ${{ secrets.UPLOAD_SITE_AUTH_TOKEN }}
62- # UPLOAD_URL: ${{ secrets.UPLOAD_SITE_URL }}
63- # run: |
64- # cd ./deploy
65- # go build deploy.go
66- # move deploy.exe ../
67- # cd ../
68- # dir
69- # ./deploy.exe -github=true -site=false
70- # ./deploy.exe -github=false -site=true
58+ - name : Upload site
59+ env :
60+ # 在github仓库当前项目配置设置
61+ AUTH_TOKEN : ${{ secrets.UPLOAD_SITE_AUTH_TOKEN }}
62+ UPLOAD_URL : ${{ secrets.UPLOAD_SITE_URL }}
63+ run : |
64+ cd ./deploy
65+ go build deploy.go
66+ move deploy.exe ../
67+ cd ../
68+ dir
69+ ./deploy.exe -github=true -site=false
70+ ./deploy.exe -github=false -site=true
7171
7272 # 部署工作
7373 deploy :
You can’t perform that action at this time.
0 commit comments