Thanks to visit codestin.com
Credit goes to gitlab.com

Commit 33085eac authored by Adrian DC's avatar Adrian DC
Browse files

ci(gitlab-ci): watch for 'docs/.*' changes in 'pages' jobs



Signed-off-by: default avatarAdrian DC <[email protected]>
parent 8c507130
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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