Skip to content

Commit

Permalink
Try with ccache action.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Sep 3, 2024
1 parent 10bf5ee commit c98e979
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c98e979

Please sign in to comment.