Skip to content

Commit

Permalink
Update token name for netlify builds
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Jun 29, 2022
1 parent 7cf42cb commit 23010c9
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 @@ -11,7 +11,7 @@ base = ""
command = """
pip install --upgrade pip \
&& pip install --upgrade --upgrade-strategy eager -e ".[dev]" \
&& pip install git+https://${MARVIN_GITHUB_PAT}@github.com/PrefectHQ/mkdocs-material-insiders.git \
&& pip install git+https://${MKDOCS_INSIDERS_PAT}@github.com/PrefectHQ/mkdocs-material-insiders.git \
&& prefect dev build-docs \
&& mkdocs build --config-file mkdocs.insiders.yml
"""
Expand Down

0 comments on commit 23010c9

Please sign in to comment.