Skip to content

Commit 0a7d581

Browse files
committed
mike deploy does not push the changes - not sure why. Since it works locally, maybe manually trying to push it works
1 parent b8f4bcc commit 0a7d581

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
echo "Deploying $BRANCH"
1616
mike deploy --push --update-aliases 0.7 latest
1717
fi
18-
git push --all
18+
git push origin gh-pages
1919
"""
2020
publish = "site" # The directory where your built MkDocs site resides
2121

0 commit comments

Comments
 (0)