mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-02-02 23:38:41 +08:00
Clear out tmp dir before rebuilding nostarch files
This commit is contained in:
parent
4a2bc805b9
commit
cba082b70d
@ -3,6 +3,7 @@
|
|||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
mkdir -p tmp
|
mkdir -p tmp
|
||||||
|
rm -rf tmp/*.md
|
||||||
|
|
||||||
# Get all the markdown files in the src dir,
|
# Get all the markdown files in the src dir,
|
||||||
ls src/*.md | \
|
ls src/*.md | \
|
||||||
|
Loading…
Reference in New Issue
Block a user