diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-01-03 19:12:32 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-01-03 19:12:32 +0200 |
commit | f31b3176d064498f970c4d88ff7142a5480d6e5f (patch) | |
tree | 1f5faadcc374c431b3b206ae8d1f7a48d9505e22 /rsync_to_testing | |
parent | aa1e6fbf3c2ee895a6b46d8e4308ba19a609fcb2 (diff) |
Fixing certain typography bugs and better sync upstream :p
Changes to be committed:
modified: content/about.md
modified: content/posts/typography.md
modified: rsync_to_testing
Diffstat (limited to 'rsync_to_testing')
-rwxr-xr-x | rsync_to_testing | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rsync_to_testing b/rsync_to_testing index 9e6274a..6f8a1fb 100755 --- a/rsync_to_testing +++ b/rsync_to_testing @@ -2,4 +2,6 @@ set -e -rsync -vhPr --delete-after ~/dev/blog/public ~/dev/websites/alphara +zola build + +rsync -vhPr --delete-after ~/dev/blog/public/* ~/dev/websites/alphara |