We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff706d8 commit b8f4bccCopy full SHA for b8f4bcc
1 file changed
netlify.toml
@@ -1,6 +1,5 @@
1
[build]
2
command = """
3
- mkdocs build
4
git config user.name "Version Deployment"
5
git config user.email "netlifybot@example.com"
6
git remote set-url origin https://${GITHUB_TOKEN}@github.com/SirEndii/Advanced-Peripherals-Documentation.git
@@ -16,6 +15,7 @@
16
15
echo "Deploying $BRANCH"
17
mike deploy --push --update-aliases 0.7 latest
18
fi
+ git push --all
19
"""
20
publish = "site" # The directory where your built MkDocs site resides
21
0 commit comments