Skip to content

Commit

Permalink
exclude some file
Browse files Browse the repository at this point in the history
Signed-off-by: Kang Huaishuai <[email protected]>
  • Loading branch information
khs1994 committed Sep 10, 2021
1 parent fdb9e03 commit 03ccc74
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,18 @@ jobs:
cp book.json ${SRC_FOLDER}
cd ${SRC_FOLDER}
# mv index.md README.md
rm -rf datacenter ee
rm -rf datacenter \
ee \
404.md \
glossary.md \
search.md \
test.md \
index.md \
toolbox \
machine \
kitematic \
components.md
npm init -f
npm install gitbook-summary
npx book sm -t "${GITBOOK_TITLE}" -i node_modules
Expand Down

0 comments on commit 03ccc74

Please sign in to comment.