Consistent formatting across the entire project, every spelling and grammar fix I could find.

This commit is contained in:
Maximilian
2023-01-15 15:51:35 -06:00
parent 2d8642ec41
commit 1bf6005a9c
445 changed files with 3165 additions and 1884 deletions

View File

@@ -18,16 +18,16 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Updating website.
uses: appleboy/ssh-action@master
with:
host: based.cooking
username: based
key: ${{ secrets.based_ssh }}
passphrase: ${{ secrets.based_ssh_pass }}
port: ${{ secrets.based_port }}
script: |
cd repo
git stash
git pull --force origin master
hugo -s . -t /var/www/lugo -d ~/based.cooking/ --cacheDir ~/hugocache
- name: Updating website.
uses: appleboy/ssh-action@master
with:
host: based.cooking
username: based
key: ${{ secrets.based_ssh }}
passphrase: ${{ secrets.based_ssh_pass }}
port: ${{ secrets.based_port }}
script: |
cd repo
git stash
git pull --force origin master
hugo -s . -t /var/www/lugo -d ~/based.cooking/ --cacheDir ~/hugocache