File tree Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Expand file tree Collapse file tree 3 files changed +5
-11
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 11#! /bin/bash
22export GH_REF=" github.com/snnucs/SNNU-SDK.git"
33cd docs && make html
4- pwd
54git clone https://${GH_REF} html
65cd html
76git checkout gh-pages
87git pull origin
9- cd ..
10- pwd
11- ls
12- sudo cd SNNU-SDK-docs && sudo mkdir .git
13- sudo mv html/.git/ SNNU-SDK-docs/.git/
14- sudo cd SNNU-SDK-docs
15- pwd
16- rm -rf doctrees
8+ rm -rf *
9+ sudo mv ./../SNNU-SDK-docs/html/* ./
10+ git status
1711git config --global user.name " Qi Zhao"
1812git config --global user.email
" [email protected] " 1913git add .
You can’t perform that action at this time.
0 commit comments