From c98e979947f99a80e8c0d599056676c4589bd57b Mon Sep 17 00:00:00 2001 From: Scott Todd Date: Tue, 3 Sep 2024 14:17:32 -0700 Subject: [PATCH] Try with ccache action. --- .github/workflows/publish_website.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish_website.yml b/.github/workflows/publish_website.yml index 00cfd1ea35e7..26560db34b02 100644 --- a/.github/workflows/publish_website.yml +++ b/.github/workflows/publish_website.yml @@ -57,6 +57,10 @@ jobs: ./build_tools/scripts/generate_release_index.py \ --repo="${GITHUB_REPOSITORY}" \ --output=docs/website/docs/pip-release-links.html + - name: ccache + uses: hendrikmuhs/ccache-action@v1.2 + with: + key: ${{ github.job }} - name: Building documentation files run: ./docs/website/generate_extra_files.sh # - name: Setting git config