Skip to content

Commit 6bc3448

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

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ git clone https://${GH_REF} html
66
cd html
77
git checkout gh-pages
88
git pull origin
9-
cd ..
109
pwd
1110
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
11+
sudo mv ./../SNNU-SDK-docs/html/ ./
12+
pwd
13+
git status
1514
pwd
16-
rm -rf doctrees
1715
git config --global user.name "Qi Zhao"
1816
git config --global user.email "[email protected]"
1917
git add .

0 commit comments

Comments
 (0)