File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ check-go:
5858# # Update the academy-theme package to latest version
5959theme-update :
6060 echo " Updating to latest academy-theme..." && \
61- hugo mod get -u
61+ hugo mod get github.com/layer5io/academy-theme
6262
6363# # Publish Academy build to Layer5 Cloud.
6464# # Copy built site from public/ to
6565# # ../meshery-cloud/academy directory
6666sync-with-cloud :
6767 rm -rf ../meshery-cloud/academy
6868 mkdir -p ../meshery-cloud/academy
69- rsync -av --delete public/ ../meshery-cloud/academy/
69+ rsync -av --delete public/ ../meshery-cloud/academy/
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3
66
77require (
88 github.com/google/docsy v0.12.0 // indirect
9- github.com/layer5io/academy-theme v0.1.21 // indirect
9+ github.com/layer5io/academy-theme v0.1.22 // indirect
1010 github.com/layer5io/exoscale-academy v0.3.9 // indirect
1111 github.com/layer5io/layer5-academy v0.2.1 // indirect
1212 github.com/twbs/bootstrap v5.3.7+incompatible // indirect
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ github.com/layer5io/academy-theme v0.1.20 h1:+FvUnCh3WSLC94gyU7mSGWdsVc0nHqf3/Td
88github.com/layer5io/academy-theme v0.1.20 /go.mod h1:Dv72UWsREOvX4Zg4mJjrpoyDxdgxxpiDotxqYBXMjXo =
99github.com/layer5io/academy-theme v0.1.21 h1:MoN+Id/leceKRYpymwU6BIeBGOgGNSMa+1aHOD1cgM4 =
1010github.com/layer5io/academy-theme v0.1.21 /go.mod h1:Dv72UWsREOvX4Zg4mJjrpoyDxdgxxpiDotxqYBXMjXo =
11+ github.com/layer5io/academy-theme v0.1.22 h1:VuK76mZFlM754M2J671Of9gwiE5k+QhyCIbnCNkrT2U =
12+ github.com/layer5io/academy-theme v0.1.22 /go.mod h1:Dv72UWsREOvX4Zg4mJjrpoyDxdgxxpiDotxqYBXMjXo =
1113github.com/layer5io/exoscale-academy v0.3.8 h1:+IIOuJY406i0HdCDw5wfNZZ9TJnkYfGBmHkFznK7YgY =
1214github.com/layer5io/exoscale-academy v0.3.8 /go.mod h1:dqbtuMIJgT0NVqn52u7/NKBNZZ3KZJHJbiP7ZlISU2k =
1315github.com/layer5io/exoscale-academy v0.3.9 h1:ZK/k7mu+J9l3XeUfWg1JrGhhGBEX71NoQAY9stZCvYE =
You can’t perform that action at this time.
0 commit comments