OpenTally/build_homepage.sh
2022-08-21 07:31:32 +10:00

8 lines
157 B
Bash
Executable File

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