From 69361fb763803926dea96e4d301a7ca048a09c7c Mon Sep 17 00:00:00 2001 From: Chris White Date: Wed, 7 Sep 2022 07:57:05 -0700 Subject: [PATCH] Remove ampersands --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index e243314f67bd..885d1d9e9bbd 100644 --- a/netlify.toml +++ b/netlify.toml @@ -12,7 +12,7 @@ command = """ pip install --upgrade pip \ && pip install --upgrade --upgrade-strategy eager -e ".[dev]" \ && pip install git+https://${MKDOCS_INSIDERS_PAT}@github.com/PrefectHQ/mkdocs-material-insiders.git; \ -&& prefect dev build-docs \ +prefect dev build-docs \ && mkdocs build --config-file mkdocs.insiders.yml \ || mkdocs build --config-file mkdocs.insiders.yml \ """