mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2024-11-05 14:03:45 +00:00
9 lines
235 B
Batchfile
9 lines
235 B
Batchfile
@echo off
|
|
cls
|
|
setlocal EnableDelayedExpansion
|
|
rem gitbook install
|
|
rem &^ 批处理运行gitbook会中断命令 所以用&链接,用^处理换行
|
|
go run update_version.go
|
|
gitbook build &^
|
|
go run fix-data-revision.go &^
|
|
go run builder.go |