File tree Expand file tree Collapse file tree 1 file changed +9
-15
lines changed Expand file tree Collapse file tree 1 file changed +9
-15
lines changed Original file line number Diff line number Diff line change 1
- name : Deploy mkdocs site to Pages
1
+ name : Deploy mkdocs site to Garage
2
2
3
3
on :
4
4
push :
8
8
9
9
permissions :
10
10
contents : read
11
- pages : write
12
- id-token : write
13
11
14
12
concurrency :
15
13
group : pages
@@ -42,15 +40,11 @@ jobs:
42
40
uses : actions/upload-pages-artifact@v3
43
41
with :
44
42
path : site/
45
-
46
- deploy :
47
- environment :
48
- name : github-pages
49
- url : ${{ steps.deployment.outputs.page_url }}
50
- runs-on : ubuntu-latest
51
- needs : build
52
- steps :
53
- - name : Deploy to GitHub Pages
54
- id : deployment
55
- uses : actions/deploy-pages@v4
56
-
43
+ - uses : hkdobrev/minio-deploy-action@v1
44
+ with :
45
+ endpoint : https://${{ vars.GARAGE_ENDPOINT }}
46
+ bucket : ${{ vars.GARAGE_BUCKET }}
47
+ access_key : ${{ secrets.GARAGE_TRIPLEBIT_STATIC_HOMEPAGE_ID }}
48
+ secret_key : ${{ secrets.GARAGE_TRIPLEBIT_STATIC_HOMEPAGE_KEY }}
49
+ source_dir : " site/"
50
+ target_dir : " /"
You can’t perform that action at this time.
0 commit comments