From 63968f5cf9408543a92a83d6aab12f081e495d1b Mon Sep 17 00:00:00 2001 From: Sylvain Gauthier Date: Mon, 15 Mar 2021 10:27:07 +1100 Subject: update config and upload.yml --- .github/workflows/upload.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index c3f9547..5c736cc 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -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 -- cgit v1.2.3 From dba862393688f6fe151ef2659888629c2387e743 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 14 Mar 2021 20:27:16 -0400 Subject: pr template change --- .github/pull_request_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 389891f..b4b7a51 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,7 +5,8 @@ (`-`). Not underscores, and definitely not spaces. - Recipe must be based, i.e. good traditional and substantial food. Nothing ironic, meme-tier hyper-sugary, meat-substitute, etc. -- **ADD YOUR RECIPE TO THE LIST ON `index.md` OR NO ONE WILL EVER SEE IT.** +- Be sure to add a small number of relevant tags to your recipe (and remove + the dummy tags). Try to use already existing tags. - Don't include salt and pepper and other ubiquitous things in the ingredients list. --> -- cgit v1.2.3