7 lines
84 B
Bash
Executable File
7 lines
84 B
Bash
Executable File
#!/bin/bash -e
|
|
set -Eeuo pipefail
|
|
|
|
cd siterepo
|
|
./build.sh
|
|
cp ./assets/* ../sitegen/
|