Skip to content

Commit

Permalink
Remove caching for DocC action
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelacaron committed Oct 11, 2023
1 parent 3715695 commit 8ac815c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ jobs:
- name: Setup Config file
run: |
cp Basic-Car-Maintenance.xcconfig.template Basic-Car-Maintenance.xcconfig
- uses: actions/cache@v3
with:
path: |
.build
.derivedData
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
restore-keys: |
${{ runner.os }}-spm-
- name: Run Build Docs
run: ./build-docc.sh
- name: Setup Pages
Expand Down

0 comments on commit 8ac815c

Please sign in to comment.