mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed legacy bash syntax
This commit is contained in:
parent
b7f1ab665d
commit
eb07d2410a
@ -53,7 +53,7 @@ pushd /tmp
|
||||
mkdocs new test && cd test
|
||||
|
||||
# Test Docker image build
|
||||
docker run --rm -it -v `pwd`:/docs $TRAVIS_REPO_SLUG build --theme material
|
||||
docker run --rm -it -v $(pwd):/docs $TRAVIS_REPO_SLUG build --theme material
|
||||
|
||||
# Return to original directory
|
||||
popd
|
||||
|
Loading…
Reference in New Issue
Block a user