Skip to content

Commit

Permalink
updated gh-pages packaging command
Browse files Browse the repository at this point in the history
  • Loading branch information
teju85 committed Oct 27, 2020
1 parent 13031b4 commit b664020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/gh-pages/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b664020

Please sign in to comment.