File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ name: Deploy Hugo site to GitHub Pages
3
3
on :
4
4
push :
5
5
branches :
6
- - documentation # oder "master", je nachdem wie dein Hauptbranch heißt
7
-
6
+ - documentation
8
7
permissions :
9
8
contents : read
10
9
pages : write
21
20
- name : Set up Go
22
21
uses : actions/setup-go@v3
23
22
with :
24
- go-version : ' 1.22' # oder deine lokale Go-Version
23
+ go-version : ' 1.22'
25
24
26
25
- name : Install Go modules
27
26
run : |
@@ -31,11 +30,11 @@ jobs:
31
30
- name : Setup Hugo
32
31
uses : peaceiris/actions-hugo@v2
33
32
with :
34
- hugo-version : ' 0.121.1' # oder was du lokal nutzt
33
+ hugo-version : ' 0.121.1'
35
34
extended : true
36
35
37
36
- name : Build site
38
- run : hugo --minify # Hier kein --vendor, da es nicht notwendig ist
37
+ run : hugo --minify
39
38
40
39
- name : Upload artifact
41
40
uses : actions/upload-pages-artifact@v3
Original file line number Diff line number Diff line change 1
1
module github.com/cybertec-postgresql/cybertec-pg-operator
2
2
3
3
go 1.22.5
4
-
5
- require github.com/cybertec-postgresql/hugo-geekdoc v0.0.0-20250130133505-d46e0dcc47c7 // indirect
Original file line number Diff line number Diff line change 1
- github.com/cybertec-postgresql/hugo-geekdoc v0.0.0-20250130133505-d46e0dcc47c7 h1:l2xJB771iUIMN0zU1NKfFVqgnS0bQRFdCkVJhxVX7r4 =
2
- github.com/cybertec-postgresql/hugo-geekdoc v0.0.0-20250130133505-d46e0dcc47c7 /go.mod h1:y+YYT9rdvbhqlFG8MvkmuP8A8Z2+WkraYEdLghEZLbs =
You can’t perform that action at this time.
0 commit comments