File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,17 @@ jobs:
1919uses : actions/jekyll-build-pages@v1
2020 - name : Upload artifact
2121uses : actions/upload-pages-artifact@v3
22- # https://github.com/marketplace/actions/aliyun-oss-website-action
22+ # https://github.com/marketplace/actions/aliyun-oss-website-action
2323 - name : upload files to OSS
2424uses : fangbinwei/aliyun-oss-website-action@v1
2525with :
26- accessKeyId : ${{secrets.ACCESS_KEY_ID }}
27- accessKeySecret : ${{secrets.ACCESS_KEY_SECRET }}
26+ accessKeyId : ${{secrets.ALI_ACCESS_KEY_ID }}
27+ accessKeySecret : ${{secrets.ALI_ACCESS_KEY_SECRET }}
2828bucket : " notgeek-gitpage"
2929endpoint : " oss-cn-hangzhou.aliyuncs.com"
3030folder : " _site/"
3131environment :
32- name : github-pages
32+ name : THIRD_ENV
3333deploy :
3434runs-on : ubuntu-latest
3535needs : build
You can’t perform that action at this time.
0 commit comments