Skip to content

Commit

Permalink
try to upload cache as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail committed Jun 12, 2024
1 parent 4d558dd commit fa83297
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1,056 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
- name: Move cached executed notebooks
run: python docs/move_changed_notebooks.py

- name: Download datasets
run: poetry run python docs/download_datasets.py
# - name: Download datasets
# run: poetry run python docs/download_datasets.py

# - name: Build Flash parquet files
# run: |
Expand All @@ -96,7 +96,14 @@ jobs:
docs/tutorial/*ipynb
docs/tutorial/tutorial_checksums.txt
key: ${{ runner.os }}-docs-build-${{ hashFiles('docs/tutorial/tutorial_checksums.txt') }}

# upload the cache as artifact
- name: Upload cache
uses: actions/upload-artifact@v2
with:
path: |
_build/
docs/tutorial/*ipynb
docs/tutorial/tutorial_checksums.txt
- name: Setup Pages
uses: actions/configure-pages@v4

Expand Down
Loading

0 comments on commit fa83297

Please sign in to comment.