Skip to content

Commit 1339292

Browse files
JasonGrace2282alanzhu0
authored andcommitted
fix: use correct path for deploying docs
1 parent 6f591f1 commit 1339292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/push_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git config --global user.name "GitHub Actions"
99
git clone --depth=50 --branch=gh-pages "https://${GH_TOKEN}@github.com/tjcsl/ion.git" gh-pages
1010
rm -rf gh-pages/*
1111
cd gh-pages
12-
cp -R ../docs/build/sphinx/html/* .
12+
cp -R ../docs/build/html/* .
1313
git add -A .
1414
latest=$(git log -1 --pretty=%s|sed "s/GitHub Actions build \([0-9]\+\)/\1/")
1515
git commit -m "GitHub Actions build $GITHUB_RUN_NUMBER"

0 commit comments

Comments
 (0)