Skip to content

Commit f53d6b5

Browse files
committed
build: Remove docs from repository
1 parent ed7ee80 commit f53d6b5

File tree

3 files changed

+4
-748
lines changed

3 files changed

+4
-748
lines changed

Taskfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ build() {
1313
}
1414

1515
build_docs() {
16+
set -x
17+
rm -rfv docs
1618
vite build --no-minify
1719
mv -vf dist docs
20+
sed -i 's|href="/|href="./|g' docs/index.html
21+
set +x
1822
}
1923

2024
"$@"

0 commit comments

Comments
 (0)