mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-19 09:06:03 +00:00
8927e8fbbb
Co-authored-by: Zeno Kapitein <zeno@gitbook.io>
10 lines
173 B
Bash
Executable File
10 lines
173 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -o errexit
|
|
set -o pipefail
|
|
|
|
rm -rf ./.next
|
|
rm -rf ./public/~gitbook/static/icons
|
|
rm -rf ./public/~gitbook/static/math
|
|
rm -rf ./public/~gitbook/static/embed
|