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

Rename file

parent 48879428
No related branches found
No related tags found
No related merge requests found
Pipeline #17470 passed
......@@ -4,10 +4,10 @@ pages:
stage: deploy
script:
- mkdir public
- tar czf public/pandas-tutorial.tar.gz Introduction-to-Pandas--tasks.ipynb Introduction-to-Pandas--solution.ipynb lost.json nest-data.csv
- tar czf public/pandas-tutorial-tasks.tar.gz Introduction-to-Pandas--tasks.ipynb Introduction-to-Pandas--solution.ipynb lost.json nest-data.csv
- cp Introduction-to-Pandas--slides.ipynb public/
- cp Introduction-to-Pandas--slides.pdf public/
- tar czf public/slides.tar.gz Introduction-to-Pandas--slides.html custom.css custom.js fzj.js img/ reveal.js/
- tar czf public/pandas-tutorial-slides.tar.gz Introduction-to-Pandas--slides.html custom.css custom.js fzj.js img/ reveal.js/
- git checkout -f pages
- cp index.html public/
artifacts:
......
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