Skip to content
Snippets Groups Projects
Commit 48432dbc authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

fix CI

parent 5b94ad18
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -20,12 +20,11 @@ build and upload the contents: ...@@ -20,12 +20,11 @@ build and upload the contents:
- chmod 700 /root/.ssh - chmod 700 /root/.ssh
- ssh-keyscan tnw-tn1.tudelft.net >> /root/.ssh/known_hosts - ssh-keyscan tnw-tn1.tudelft.net >> /root/.ssh/known_hosts
- chmod 644 /root/.ssh/known_hosts - chmod 644 /root/.ssh/known_hosts
- npm install gitbook-cli -g - pip install -U mkdocs mkdocs-material python-markdown-math
script: script:
# Compile lectures # Compile lectures
- python code/band_structures.py - python code/band_structures.py
- python code/bands_2d.py - python code/bands_2d.py
- gitbook install - mkdocs build
- gitbook build - "rsync -rv site/* solidstate@tnw-tn1.tudelft.net:"
- "rsync -rv _book/* solidstate@tnw-tn1.tudelft.net:"
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