Skip to content

Commit b8f4bcc

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 ff706d8 commit b8f4bcc

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
@@ -1,6 +1,5 @@
11
[build]
22
command = """
3-
mkdocs build
43
git config user.name "Version Deployment"
54
git config user.email "netlifybot@example.com"
65
git remote set-url origin https://${GITHUB_TOKEN}@github.com/SirEndii/Advanced-Peripherals-Documentation.git
@@ -16,6 +15,7 @@
1615
echo "Deploying $BRANCH"
1716
mike deploy --push --update-aliases 0.7 latest
1817
fi
18+
git push --all
1919
"""
2020
publish = "site" # The directory where your built MkDocs site resides
2121

0 commit comments

Comments
 (0)