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

Update .gitlab-ci.yml

parent 6442efb4
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -16,10 +16,10 @@ build and upload the contents:
- echo "$WEBSITE_UPLOAD_KEY" | tr -d '\r' | ssh-add - > /dev/null
## Create the SSH directory and give it the right permissions
- mkdir -p /root/.ssh
- chmod 700 /root/.ssh
- ssh-keyscan tnw-tn1.tudelft.net >> /root/.ssh/known_hosts
- chmod 644 /root/.ssh/known_hosts
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
- ssh-keyscan tnw-tn1.tudelft.net >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
- pip install -U mkdocs mkdocs-material python-markdown-math
script:
......
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