Skip to content

Commit d96b098

Browse files
update action
Signed-off-by: CodeAhmedJamil <ahmedjamilgithub@gmail.com>
1 parent a876b8b commit d96b098

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
extended: true
3333

3434
- name: Install dependencies
35-
run: make academy-setup
35+
run: make setup
3636

3737
- name: Run production build test
38-
run: make academy-prod
38+
run: make build
3939

4040
- name: Trigger Academy Update API
4141
id: academy

go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ module github.com/layer5io/academy-example
22

33
go 1.12
44

5-
require github.com/layer5io/hugo-academy-theme v0.0.0-20250715053027-36f46b5c4741 // indirect
5+
require (
6+
github.com/layer5io/academy-theme v0.1.2 // indirect
7+
github.com/layer5io/hugo-academy-theme v0.0.0-20250715053027-36f46b5c4741 // indirect
8+
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
22
github.com/google/docsy v0.12.0/go.mod h1:1bioDqA493neyFesaTvQ9reV0V2vYy+xUAnlnz7+miM=
3+
github.com/layer5io/academy-theme v0.1.2 h1:6t7CkMyyJImuxKdE70VB6+vCTuBWLd/YcGu1voUdp1k=
4+
github.com/layer5io/academy-theme v0.1.2/go.mod h1:kAidN16xIX6Dx2TBz7y0u3DeU8UnfUcoQZ/rVogXN80=
35
github.com/layer5io/hugo-academy-theme v0.0.0-20250715053027-36f46b5c4741 h1:ATysCRr0Rqm69xwYRRsg/uVcYW1MdV6AqinROKsg4BE=
46
github.com/layer5io/hugo-academy-theme v0.0.0-20250715053027-36f46b5c4741/go.mod h1:Kp2xgJUAqGztDN/j6T30ApwSaK1Yxs1IvrSgOoRFKnI=
57
github.com/twbs/bootstrap v5.3.6+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

0 commit comments

Comments
 (0)