Makefile
This commit is contained in:
parent
6ad92f944d
commit
0b229a48c9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ init:
|
|||
podman run --rm -ti -v ${PWD}:/docs docker.io/squidfunk/mkdocs-material new .
|
||||
|
||||
preview:
|
||||
podman run --rm -ti -v ${PWD}:/docs -p 8000:8000 docker.io/squidfunk/mkdocs-material
|
||||
docker run --rm -ti -v ${PWD}:/docs:Z -p 8000:8000 docker.io/squidfunk/mkdocs-material
|
||||
|
||||
build:
|
||||
podman run --rm -ti -v ${PWD}:/docs docker.io/squidfunk/mkdocs-material build
|
||||
|
|
Loading…
Add table
Reference in a new issue