File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 4343 uses : actions/checkout@v4
4444 with :
4545 submodules : recursive
46+ - name : Setup Go
47+ uses : actions/setup-go@v5
48+ with :
49+ go-version : ' 1.23'
50+ - name : Download Hugo modules
51+ run : hugo mod get
4652 - name : Setup Pages
4753 id : pages
4854 uses : actions/configure-pages@v5
Original file line number Diff line number Diff line change 1+ module github.com/zylisp/zylisp.github.io
2+
3+ go 1.24.3
4+
5+ require github.com/panr/hugo-theme-terminal/v4 v4.2.3 // indirect
Original file line number Diff line number Diff line change 1+ github.com/panr/hugo-theme-terminal/v4 v4.2.3 h1:BU4x0qPDTZao6kzT4hWrOwGVaYgo5GesQZr+ATMsQoM =
2+ github.com/panr/hugo-theme-terminal/v4 v4.2.3 /go.mod h1:W0sFodm5ipL5gjRqOFjg4zD+euoQ8hCtyDDtqSpihxM =
You can’t perform that action at this time.
0 commit comments