Skip to content

Commit 32fe1de

Browse files
authored
Merge pull request #41 from layer5io/update-academy-theme-fix
bump theme and fix update command
2 parents 86a660a + 37c3c70 commit 32fe1de

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ check-go:
5858
## Update the academy-theme package to latest version
5959
theme-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
6666
sync-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/

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3
66

77
require (
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

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ github.com/layer5io/academy-theme v0.1.20 h1:+FvUnCh3WSLC94gyU7mSGWdsVc0nHqf3/Td
88
github.com/layer5io/academy-theme v0.1.20/go.mod h1:Dv72UWsREOvX4Zg4mJjrpoyDxdgxxpiDotxqYBXMjXo=
99
github.com/layer5io/academy-theme v0.1.21 h1:MoN+Id/leceKRYpymwU6BIeBGOgGNSMa+1aHOD1cgM4=
1010
github.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=
1113
github.com/layer5io/exoscale-academy v0.3.8 h1:+IIOuJY406i0HdCDw5wfNZZ9TJnkYfGBmHkFznK7YgY=
1214
github.com/layer5io/exoscale-academy v0.3.8/go.mod h1:dqbtuMIJgT0NVqn52u7/NKBNZZ3KZJHJbiP7ZlISU2k=
1315
github.com/layer5io/exoscale-academy v0.3.9 h1:ZK/k7mu+J9l3XeUfWg1JrGhhGBEX71NoQAY9stZCvYE=

0 commit comments

Comments
 (0)