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