Skip to content

Commit

Permalink
Remove ampersands
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdw committed Sep 7, 2022
1 parent 0d34494 commit 69361fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
"""
Expand Down

0 comments on commit 69361fb

Please sign in to comment.