File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 55SPHINXOPTS =
66SPHINXBUILD = sphinx-build
77SOURCEDIR = source
8- BUILDDIR = SNNU-SDk -docs
8+ BUILDDIR = SNNU-SDK -docs
99
1010# Put it first so that "make" without argument is like "make help".
1111help :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if "%SPHINXBUILD%" == "" (
88 set SPHINXBUILD = sphinx-build
99)
1010set SOURCEDIR = source
11- set BUILDDIR = SNNU-SDk -docs
11+ set BUILDDIR = SNNU-SDK -docs
1212
1313if " %1 " == " " goto help
1414
Original file line number Diff line number Diff line change @@ -6,14 +6,12 @@ git clone https://${GH_REF} html
66cd html
77git checkout gh-pages
88git pull origin
9- cd ..
109pwd
1110ls
12- sudo cd SNNU-SDK-docs && sudo mkdir .git
13- sudo mv html/.git/ SNNU-SDK-docs/.git/
14- sudo cd SNNU-SDK-docs
11+ sudo mv ./../ SNNU-SDK-docs/html/ ./
12+ pwd
13+ git status
1514pwd
16- rm -rf doctrees
1715git config --global user.name " Qi Zhao"
1816git config --global user.email
" [email protected] " 1917git add .
You can’t perform that action at this time.
0 commit comments