We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13031b4 commit b664020Copy full SHA for b664020
.github/actions/gh-pages/run.sh
@@ -27,7 +27,7 @@ git checkout "$target_branch"
27
echo "Removing old documentation..."
28
rm -rf *.html *.js *.css *.png search/
29
echo "Copying the new documentation..."
30
-cp -r bin/html/html/* .
+cp -r bin/html/* .
31
echo "Committing..."
32
git add .
33
git commit -m "updated GitHub Pages"
0 commit comments