8 lines
157 B
Bash
8 lines
157 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
DESTDIR='/home/runassudo/Documents/Work/School Cloud Data/unenc/public/www/opentally'
|
||
|
|
||
|
cd homepage
|
||
|
bundle exec jekyll build -d "$DESTDIR"
|
||
|
cd ..
|