forked from cccb-website-team/www
10 lines
151 B
Shell
Executable file
10 lines
151 B
Shell
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
set -x
|
|
|
|
rm -rf public/ # delete old generated files
|
|
|
|
hugo $(cat .hugo-params)
|
|
./tools/merge_cals.py
|
|
cp static/all.ics public/all.ics
|