Skip to content

Commit

Permalink
Download example files before generating static pages for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
apaszke committed Nov 10, 2021
1 parent 81f5ae2 commit f8d8c6d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
${{ matrix.install_deps }}
echo "${{ matrix.path_extension }}" >> $GITHUB_PATH
- name: Get example files
run: |
wget http://fashion-mnist.s3-website.eu-central-1.amazonaws.com/t10k-images-idx3-ubyte.gz
wget http://fashion-mnist.s3-website.eu-central-1.amazonaws.com/t10k-labels-idx1-ubyte.gz
gunzip t10k-images-idx3-ubyte.gz t10k-labels-idx1-ubyte.gz
mv t10k-images-idx3-ubyte t10k-labels-idx1-ubyte $GITHUB_WORKSPACE/examples/
- name: Cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit f8d8c6d

Please sign in to comment.