From 920b462f166121c1e92aaf87e079a0fc85ec7086 Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Thu, 20 Aug 2026 15:52:31 -0700 Subject: [PATCH] re-enabling caching in CI flows - sourced on scripts/sources.json --- .github/workflows/build_documentation.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index c332bcb7..fe8dc2ca 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -23,12 +23,12 @@ jobs: steps: - uses: actions/checkout@v7 - # - uses: actions/cache@v6 - # with: - # path: .workspace - # key: docs-workspace-${{ hashFiles('scripts/sources.json') }} - # restore-keys: | - # docs-workspace- + - uses: actions/cache@v6 + with: + path: .workspace + key: docs-workspace-${{ hashFiles('scripts/sources.json') }} + restore-keys: | + docs-workspace- - name: Install Python run: apt-get update && apt-get install -y python3