We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f4bcc commit 0a7d581Copy full SHA for 0a7d581
1 file changed
netlify.toml
@@ -15,7 +15,7 @@
15
echo "Deploying $BRANCH"
16
mike deploy --push --update-aliases 0.7 latest
17
fi
18
- git push --all
+ git push origin gh-pages
19
"""
20
publish = "site" # The directory where your built MkDocs site resides
21
0 commit comments