Skip to content

Commit 4dc5f53

Browse files
committed
zz
1 parent 6801c28 commit 4dc5f53

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/book.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: mnbook
1+
name: wabook
22
on:
33
push:
44
branches:
@@ -24,7 +24,7 @@ jobs:
2424
go-version: 1.21
2525

2626
- run: go version
27-
- run: go install github.com/wa-lang/mnbook@latest
27+
- run: go install github.com/wa-lang/wabook@latest
2828

2929
- run: make build
3030

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# go install github.com/wa-lang/mnbook@latest
1+
# go install github.com/wa-lang/wabook@latest
22

33
default:
4-
mnbook serve
4+
wabook serve
55

66
build:
77
-rm book
8-
mnbook build
8+
wabook build
99
make -C en build
1010
-rm book/.gitignore
1111
-rm -rf book/.git
1212

1313
deploy:
1414
-rm book
15-
mnbook build
15+
wabook build
1616
make -C en build
1717
-rm book/.gitignore
1818
-rm -rf book/.git

en/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
default:
2-
mnbook serve
2+
wabook serve
33

44
build:
55
-rm -rf ../book/en
66
mkdir -p ../book/en
7-
mnbook build && mv ./book ./en && mv ./en ../book/
7+
wabook build && mv ./book ./en && mv ./en ../book/
88
-rm ../book/en/.gitignore
99

1010
clean:

0 commit comments

Comments
 (0)