mirror of
https://github.com/mudler/luet.git
synced 2025-09-03 08:14:46 +00:00
📓 Add docs alongside
This commit is contained in:
14
docs/scripts/publish.sh
Executable file
14
docs/scripts/publish.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
"${ROOT_DIR}"/scripts/build.sh
|
||||
|
||||
git branch -D gh-pages || true
|
||||
|
||||
git checkout --orphan gh-pages
|
||||
|
||||
git rm -rf .
|
||||
|
||||
cp -rfv public/* ./
|
||||
rm -rf public/
|
||||
|
Reference in New Issue
Block a user