Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Oct 5, 2023
1 parent a5e6bc0 commit 8c49ef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/cache/restore@v3
id: cache
with:
path: ${{ steps.file.outputs.name }}
path: docs/${{ matrix.notebook }}
key: ${{ runner.os }}-notebook-${{ hashFiles(format('docs/{0}', matrix.notebook), 'requirements.txt', 'Manifest.toml', 'src/**') }}
- name: Setup Python
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
uses: actions/cache/save@v3
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
with:
path: ${{ steps.file.outputs.name }}
path: docs/${{ matrix.notebook }}
key: ${{ steps.cache.outputs.cache-primary-key }}
- name: Upload Notebook
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8c49ef6

Please sign in to comment.