Fix: add sudo

This commit is contained in:
Dorian Zedler 2022-07-17 13:12:35 +02:00
parent 2f91f2e138
commit 251545810b
Signed by: dorian
GPG Key ID: 989DE36109AFA354
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ watch:
pull:
docker pull squidfunk/mkdocs-material
chown:
chown -R $(UID):$(GID) .
sudo chown -R $(UID):$(GID) .
build:
docker run --rm -it -v ~/.ssh:/root/.ssh -v ${PWD}:/docs squidfunk/mkdocs-material build
clean: