Skip to content

Commit

Permalink
fixed ls
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica committed Nov 16, 2024
1 parent e01183a commit d4bed0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:

- name: copy news data
run: |
curl http://qwone.com/~jason/20Newsgroups/20news-bydate.tar.gz | tar xz -C bigdata -f -
ls bigdata
curl http://qwone.com/~jason/20Newsgroups/20news-bydate.tar.gz | tar xz -C bigdata/20news-by-date -f -
ls bigdata/20news-by-date
- name: render notebooks
Expand Down

0 comments on commit d4bed0d

Please sign in to comment.