Skip to content

Commit ff706d8

Browse files
committed
The build does not get pushed to the branch. maybe this fixes it
1 parent 83debfa commit ff706d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
echo "Trying to deploy $BRANCH ..."
1212
if [ "$BRANCH" = "0.8" ]; then
1313
echo "Deploying $BRANCH"
14-
mike deploy --push --update-aliases --ignore-remote-status --allow-empty 0.8 canary
14+
mike deploy --push --update-aliases 0.8 canary
1515
elif [ "$BRANCH" = "0.7" ]; then
1616
echo "Deploying $BRANCH"
17-
mike deploy --push --update-aliases --ignore-remote-status --allow-empty 0.7 latest
17+
mike deploy --push --update-aliases 0.7 latest
1818
fi
1919
"""
2020
publish = "site" # The directory where your built MkDocs site resides

0 commit comments

Comments
 (0)