Add docs artifact build script.
This commit is contained in:
parent
f93af6c717
commit
20360fc412
1 changed files with 4 additions and 0 deletions
4
docs/build.sh
Executable file
4
docs/build.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
yarn docs:build
|
||||||
|
(cd .vitepress/dist && tar cvzf docs.tar.gz * && mv docs.tar.gz ../..)
|
Loading…
Reference in a new issue