Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,7 @@ pages: # Prepare documentation - | if [ ! -z "${CI_LOCAL:-}" ]; then find ./.cz.yaml ./config/* ./docs/* ./mkdocs.yml ./README.md -not -path ./docs/assets/stylesheets/variables.scss -type f | entr -n sh ./docs/prepare.sh & find ./.cz.yaml ./config/* ./docs/.* ./docs/* ./mkdocs.yml ./README.md -not -path ./docs/assets/stylesheets/variables.scss -type f | entr -n sh ./docs/prepare.sh & echo -n "${!}" >./docs/.serve.pid sleep 2 else Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,7 @@ pages: # Prepare documentation - | if [ ! -z "${CI_LOCAL:-}" ]; then find ./.cz.yaml ./config/* ./docs/* ./mkdocs.yml ./README.md -not -path ./docs/assets/stylesheets/variables.scss -type f | entr -n sh ./docs/prepare.sh & find ./.cz.yaml ./config/* ./docs/.* ./docs/* ./mkdocs.yml ./README.md -not -path ./docs/assets/stylesheets/variables.scss -type f | entr -n sh ./docs/prepare.sh & echo -n "${!}" >./docs/.serve.pid sleep 2 else Loading