mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-04-10 20:04:18 +03:00
fix: remove dangling forward slash
This commit is contained in:
parent
6f247d69e6
commit
54ed77a2b9
|
@ -71,7 +71,7 @@ docker compose -f docker-compose.local.yml run --rm \
|
|||
docker buildx bake -f docker-compose.docs.yml --load docs \
|
||||
--allow fs=* \
|
||||
--set docs.cache-from=type=gha,scope=docs-cached \
|
||||
--set docs.cache-to=type=gha,scope=docs-cached,mode=max \
|
||||
--set docs.cache-to=type=gha,scope=docs-cached,mode=max
|
||||
|
||||
docker compose -f docker-compose.docs.yml run --rm docs make html
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user