Skip to content
Snippets Groups Projects
Commit f7f14f25 authored by Tiago Gomes's avatar Tiago Gomes
Browse files

ci: add missing `-p` argument

parent af131503
No related branches found
No related tags found
Loading
Pipeline #31303715 failed
......@@ -276,7 +276,7 @@ pages:
variables:
ACME_DIR: public/.well-known/acme-challenge
script:
- mkdir ${ACME_DIR}
- mkdir -p ${ACME_DIR}
# Required to finish the creation of the Let's Encrypt certificate,
# which allows using https://docs.buildstream.build/ for accessing
# the documentation.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment