Skip to content

Commit b01558b

Browse files
committed
ci: fix typos
1 parent 7a2e875 commit b01558b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
SPHINXOPTS =
66
SPHINXBUILD = sphinx-build
77
SOURCEDIR = 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".
1111
help:

docs/make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if "%SPHINXBUILD%" == "" (
88
set SPHINXBUILD=sphinx-build
99
)
1010
set SOURCEDIR=source
11-
set BUILDDIR=SNNU-SDk-docs
11+
set BUILDDIR=SNNU-SDK-docs
1212

1313
if "%1" == "" goto help
1414

publish-docs.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ git pull origin
99
cd ..
1010
pwd
1111
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
12+
cd SNNU-SDK-docs && sudo mkdir .git
13+
cd .. && sudo mv html/.git/ SNNU-SDK-docs/.git/
14+
cd SNNU-SDK-docs
1515
pwd
1616
rm -rf doctrees
1717
git config --global user.name "Qi Zhao"

0 commit comments

Comments
 (0)