mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 01:26:11 +00:00
10 lines
233 B
Bash
10 lines
233 B
Bash
|
cd docs/dist/en-US
|
||
|
echo "docs.nocobase.com" >> CNAME
|
||
|
echo "" >> .nojekyll
|
||
|
git init
|
||
|
git remote add origin git@github.com:nocobase/docs.nocobase.com.git
|
||
|
git branch -M main
|
||
|
git add .
|
||
|
git commit -m "first commit"
|
||
|
git push -f origin main
|