Skip to content

Commit

Permalink
creating some path to ensure that we have something
Browse files Browse the repository at this point in the history
  • Loading branch information
bruAristimunha committed Feb 8, 2025
1 parent c461864 commit edc142b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
restore-keys: |
doc-${{ runner.os }}-mne-data-v1
- name: Ensure MNE Data folder exists if cache fails
run: |
echo "Cache hit: ${{ steps.cache-mne_data.outputs.cache-hit }}"
mkdir -p ~/mne_data
- name: Cache docs build
id: cache-docs
uses: actions/cache@v3
Expand Down

0 comments on commit edc142b

Please sign in to comment.