This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch tristan/test-workflows in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit bf48af7ae5cbfac8b29dc46bef2bb70ead878a75 Author: Tristan van Berkom <[email protected]> AuthorDate: Fri Oct 9 15:04:59 2020 +0900 .github/workflows/ci.yml: Ensure we rebuild the docs sessions in CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61396b9..a820522 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -166,6 +166,7 @@ jobs: docker run \ --privileged \ --device /dev/fuse \ + --env BST_FORCE_SESSION_REBUILD \ --volume /home/runner/work:/__w \ --workdir /__w/buildstream/buildstream \ $CI_IMAGE \
