From b66402034a1ddf723c3594e9d3b66f796470b3e6 Mon Sep 17 00:00:00 2001 From: Thejaswi Rao Date: Tue, 27 Oct 2020 17:18:23 +0530 Subject: [PATCH] updated gh-pages packaging command --- .github/actions/gh-pages/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/gh-pages/run.sh b/.github/actions/gh-pages/run.sh index eb278226..e032987c 100644 --- a/.github/actions/gh-pages/run.sh +++ b/.github/actions/gh-pages/run.sh @@ -27,7 +27,7 @@ git checkout "$target_branch" echo "Removing old documentation..." rm -rf *.html *.js *.css *.png search/ echo "Copying the new documentation..." -cp -r bin/html/html/* . +cp -r bin/html/* . echo "Committing..." git add . git commit -m "updated GitHub Pages"