We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcda977 commit 25d3d47Copy full SHA for 25d3d47
.github/workflows/publish-doc.yml
@@ -46,7 +46,7 @@ jobs:
46
# Delete the ref to avoid keeping history.
47
git update-ref -d refs/heads/gh-pages
48
rm -rf *
49
- mv ../book/* .
+ mv ../book/html/* .
50
git add .
51
git commit -m "Deploy $GITHUB_SHA to gh-pages"
52
- git push --force --set-upstream origin gh-pages
+ git push --force --set-upstream origin gh-pages
0 commit comments