Skip to content

Commit

Permalink
docs: Build more often. (#321)
Browse files Browse the repository at this point in the history
The script will just die soon if another insance already runs (it uses
a file lock), so there's no fear at starting it too often.

Also the script does no longer build documentation that has not
changed (by checking the cpython and translation shas), so runnig the
script more often will not introduce more load, just faster builds.
  • Loading branch information
JulienPalard committed Oct 25, 2023
1 parent 35f0c84 commit 803bf1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion salt/docs/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ docsbuild-full:
- name: /srv/docsbuild/venv/bin/python /srv/docsbuild/scripts/build_docs.py
- user: docsbuild
- minute: 7
- hour: 0
- require:
- cmd: virtualenv-dependencies

Expand Down

0 comments on commit 803bf1f

Please sign in to comment.