Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbaert committed Sep 22, 2023
1 parent b0823f6 commit 7f36204
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,5 @@
# https://docs.netlify.com/configure-builds/ignore-builds/
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF netlify.toml mkdocs.yml pyproject.toml ./web-docs/"
command = """
pip3 install -q poetry &&
poetry config virtualenvs.in-project true &&
poetry lock &&
poetry install -v &&
mkdocs build
docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material build
"""

0 comments on commit 7f36204

Please sign in to comment.