Skip to content

Commit b664020

Browse files
committed
updated gh-pages packaging command
1 parent 13031b4 commit b664020

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/gh-pages

1 file changed

+1
-1
lines changed

.github/actions/gh-pages/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ git checkout "$target_branch"
2727
echo "Removing old documentation..."
2828
rm -rf *.html *.js *.css *.png search/
2929
echo "Copying the new documentation..."
30-
cp -r bin/html/html/* .
30+
cp -r bin/html/* .
3131
echo "Committing..."
3232
git add .
3333
git commit -m "updated GitHub Pages"

0 commit comments

Comments
 (0)