mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-15 05:29:36 +00:00
7 lines
204 B
Bash
Executable file
7 lines
204 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
TARGET_DIR="${PWD}/public"
|
|
pipenv run build
|
|
cp "$TARGET_DIR/assets/images/favicon.png" "$TARGET_DIR/favicon.ico"
|
|
cp markdown/.well-known markdown/humans.txt "$TARGET_DIR/" -rv
|