File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,15 @@ clean:
3131 hugo --cleanDestinationDir
3232 make site
3333
34- .PHONY : setup build site clean site-fast check-go
3534
3635check-go :
3736 @echo " Checking if Go is installed..."
3837 @command -v go > /dev/null || (echo " Go is not installed. Please install it before proceeding." ; exit 1)
3938 @echo " Go is installed."
39+
40+
41+ # # Update the academy-theme package to latest version
42+ academy-update :
43+ hugo mod get -u
44+
45+ .PHONY : setup build site clean site-fast check-go academy-update
Original file line number Diff line number Diff line change 55// Uncomment line below when testing changes to the academy theme
66// replace github.com/layer5io/academy-theme v0.1.9 => ../academy-theme
77
8+
89require github.com/layer5io/academy-theme v0.1.15 // indirect
You can’t perform that action at this time.
0 commit comments