CircleCI is used to build our documentations and tutorial examples. CircleCI's cache stores previously built documentation and only rebuild any changes, instead of rebuilding the documentation from scratch. This saves a lot of time.
Occasionally, some changes necessitate rebuilding the documentation from scratch, either to see the full effect of the changes or because the cached builds are raising some error.
To run a new CircleCI build from the beginning, without using the cache:
- Run the script
clean-cache.py
. - Commit the change (with a clear message).
- Push the commit.