mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-06-04 22:50:32 +01:00
update config and upload.yml
This commit is contained in:
parent
14b0f53e1e
commit
63968f5cf9
3
.github/workflows/upload.yml
vendored
3
.github/workflows/upload.yml
vendored
@ -29,5 +29,4 @@ jobs:
|
|||||||
script: |
|
script: |
|
||||||
cd repo
|
cd repo
|
||||||
git pull --force origin master
|
git pull --force origin master
|
||||||
mkdir -p dest
|
make clean deploy
|
||||||
./ssg5 src dest "Based Cooking (https://based.cooking)" "https://based.cooking"
|
|
||||||
|
3
config
3
config
@ -1,5 +1,6 @@
|
|||||||
BLOG_TITLE:=Based Cooking
|
BLOG_TITLE:=Based Cooking
|
||||||
BLOG_REMOTE:=root@based.cooking:/var/www/cooking
|
BLOG_REMOTE:=/var/www/based.cooking
|
||||||
BLOG_DATE_FORMAT_INDEX:=%F
|
BLOG_DATE_FORMAT_INDEX:=%F
|
||||||
BLOG_DATE_FORMAT:=%F
|
BLOG_DATE_FORMAT:=%F
|
||||||
BLOG_SRC:=src
|
BLOG_SRC:=src
|
||||||
|
BLOG_URL_ROOT:=https://based.cooking/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user