mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-07 21:19:32 +00:00
chore(global): get cooked on scripts and lockfiles
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
This commit is contained in:
parent
a923dd341c
commit
9bbdbf2a2e
9 changed files with 189 additions and 14 deletions
|
@ -1,8 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
|
||||
SOURCE_DIR="${PWD}/markdown"
|
||||
TARGET_DIR="${PWD}/public"
|
||||
pipenv run build
|
||||
cp "$TARGET_DIR/assets/images/favicon.png" "$TARGET_DIR/favicon.ico" -v
|
||||
cp "$SOURCE_DIR/.well-known" "$TARGET_DIR/" -rv
|
||||
#cp "$SOURCE_DIR/.well-known" "$TARGET_DIR/" -rv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue