Skip to content

Commit 21588a0

Browse files
author
Darian1996
committed
2025-02-18 00:50:48 AutoCommit.sh by Darian
1 parent 25ceefb commit 21588a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.github/workflows/jekyll-build-pages.yaml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ jobs:
1919
uses: actions/jekyll-build-pages@v1
2020
- name: Upload artifact
2121
uses: 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
2424
uses: fangbinwei/aliyun-oss-website-action@v1
2525
with:
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 }}
2828
bucket: "notgeek-gitpage"
2929
endpoint: "oss-cn-hangzhou.aliyuncs.com"
3030
folder: "_site/"
3131
environment:
32-
name: github-pages
32+
name: THIRD_ENV
3333
deploy:
3434
runs-on: ubuntu-latest
3535
needs: build

0 commit comments

Comments
(0)