Skip to content

Commit

Permalink
Removed the caching since I couldn't make it work/test
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Mar 6, 2024
1 parent 51feb80 commit e8693c9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Cache Doxygen
id: cache-doxygen
uses: actions/cache@v4
with:
path: /usr/bin/doxygen
key: doxygen

- name: Set up Doxygen
if: steps.cache-doxygen.outputs.cache-hit != 'true'
run: |
sudo apt-get update
sudo apt-get install -y doxygen
Expand Down

0 comments on commit e8693c9

Please sign in to comment.