mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Temporarily more lazy test of Docker build
This commit is contained in:
parent
66015fec27
commit
abd2fc3d10
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -142,8 +142,7 @@ jobs:
|
|||||||
# Build and test Docker image
|
# Build and test Docker image
|
||||||
- run: |
|
- run: |
|
||||||
docker build -t ${GITHUB_REPOSITORY} .
|
docker build -t ${GITHUB_REPOSITORY} .
|
||||||
docker run --rm -i -v $(pwd):/docs ${GITHUB_REPOSITORY} \
|
docker run --rm -i -v $(pwd):/docs ${GITHUB_REPOSITORY} build
|
||||||
build --theme material
|
|
||||||
|
|
||||||
# Build Python package
|
# Build Python package
|
||||||
- run: python setup.py build sdist bdist_wheel --universal
|
- run: python setup.py build sdist bdist_wheel --universal
|
||||||
|
Loading…
Reference in New Issue
Block a user