Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sitic committed Oct 11, 2024
1 parent 784eab8 commit 6ae44da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/cache@v4
with:
path: |
docs/tutorials/example_data
docs/tutorials/optimap_example_data
.jupyter_cache
key: docs-example-files

Expand All @@ -46,9 +46,9 @@ jobs:
- name: TMP
run: |
echo "ls docs/tutorials/example_data"
ls docs/tutorials/example_data
ls docs/tutorials/optimap_example_data || true
echo "ls .jupyter_cache"
ls .jupyter_cache
ls .jupyter_cache || true
# - name: Upload artifact
# uses: actions/upload-artifact@v4
# with:
Expand Down

0 comments on commit 6ae44da

Please sign in to comment.