Skip to content

Commit

Permalink
update config and upload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sylGauthier committed Mar 14, 2021
1 parent 14b0f53 commit 63968f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ jobs:
script: |
cd repo
git pull --force origin master
mkdir -p dest
./ssg5 src dest "Based Cooking (https://based.cooking)" "https://based.cooking"
make clean deploy
3 changes: 2 additions & 1 deletion config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
BLOG_TITLE:=Based Cooking
BLOG_REMOTE:=[email protected]:/var/www/cooking
BLOG_REMOTE:=/var/www/based.cooking
BLOG_DATE_FORMAT_INDEX:=%F
BLOG_DATE_FORMAT:=%F
BLOG_SRC:=src
BLOG_URL_ROOT:=https://based.cooking/

0 comments on commit 63968f5

Please sign in to comment.