Skip to content
Snippets Groups Projects
Commit fc05bd59 authored by Andreas Herten's avatar Andreas Herten
Browse files

Remove img/ from task bundle

parent e690611d
No related branches found
No related tags found
No related merge requests found
Pipeline #68558 passed
......@@ -5,7 +5,7 @@ pages:
stage: deploy
script:
- mkdir public
- tar czf public/pandas-tutorial-tasks.tar.gz --transform 's,^,pandas-tutorial-tasks/,' Introduction-to-Pandas--tasks.ipynb Introduction-to-Pandas--solution.ipynb data-lost.json data-nest.csv img/
- tar czf public/pandas-tutorial-tasks.tar.gz --transform 's,^,pandas-tutorial-tasks/,' Introduction-to-Pandas--tasks.ipynb Introduction-to-Pandas--solution.ipynb data-lost.json data-nest.csv
- cp Introduction-to-Pandas--slides.ipynb public/
- cp Introduction-to-Pandas--slides.pdf public/
- cp static-slides-bundle.tar.gz public/pandas-tutorial-slides-bundle.tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment