Some script adjustments, added search

This commit is contained in:
Nathan Schneider
2023-05-09 16:28:08 -06:00
parent 26866d1cea
commit d2d4a9eac2
2 changed files with 5 additions and 23 deletions
-18
View File
@@ -1,18 +0,0 @@
#!/bin/sh
# medlabweb, by ntnsndr, v. 20190905
# Summary: Downloads medlab website from GitLab and uploads to university server
# Input: N/A
# Live inputs: CU password
# Output: Uploaded website
# Download files
git clone https://gitlab.com/medlabboulder/medlab-website.git
cd medlab-website
# Build
bundle exec jekyll build
bundle exec jekyll deploy
# Delete
cd ..
rm -rf medlab-website