summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/upload.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml
index 05307d7..c3f9547 100644
--- a/.github/workflows/upload.yml
+++ b/.github/workflows/upload.yml
@@ -21,7 +21,7 @@ jobs:
- name: Updating website.
uses: appleboy/ssh-action@master
with:
- host: https://based.cooking
+ host: based.cooking
username: based
key: ${{ secrets.based_ssh }}
passphrase: ${{ secrets.based_ssh_pass }}
@@ -29,4 +29,5 @@ jobs:
script: |
cd repo
git pull --force origin master
+ mkdir -p dest
./ssg5 src dest "Based Cooking (https://based.cooking)" "https://based.cooking"