We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70697f commit f133481Copy full SHA for f133481
.github/workflows/jekyll-build-pages.yaml
@@ -26,6 +26,15 @@ jobs:
26
- name: Deploy to GitHub Pages
27
id: deployment
28
uses: actions/deploy-pages@v4
29
+# https://github.com/marketplace/actions/aliyun-oss-website-action
30
+ - name: upload files to OSS
31
+uses: fangbinwei/aliyun-oss-website-action@v1
32
+with:
33
+accessKeyId: ${{secrets.ACCESS_KEY_ID }}
34
+accessKeySecret: ${{secrets.ACCESS_KEY_SECRET }}
35
+bucket: "notgeek-gitpage"
36
+endpoint: "oss-cn-hangzhou.aliyuncs.com"
37
+folder: "./_site"
38
environment:
39
name: github-pages
-url: ${{steps.deployment.outputs.page_url }}
40
+url: ${{steps.deployment.outputs.page_url }}
0 commit comments