mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Fixed test setup for Docker container
This commit is contained in:
parent
2e68695a44
commit
f2ffa179f1
@ -51,7 +51,7 @@ docker build -t $TRAVIS_REPO_SLUG .
|
||||
# Prepare build regression test
|
||||
pushd /tmp
|
||||
mkdocs new test && cd test
|
||||
echo "theme: material" >> mkdocs.yml
|
||||
echo "theme: \n name: material" >> mkdocs.yml
|
||||
|
||||
# Test Docker image build
|
||||
docker run --rm -it -v `pwd`:/docs $TRAVIS_REPO_SLUG build
|
||||
|
Loading…
Reference in New Issue
Block a user