From d170e28aeb5b6418130f3117d09ff706e3b32d59 Mon Sep 17 00:00:00 2001
From: Michael Fabian 'Xaymar' Dirks
Date: Mon, 25 Dec 2023 13:33:20 +0100
Subject: [PATCH] Try and fix upload, and update content
---
.github/workflows/upload.yml | 8 ++++----
_drafts/2023-10-01-progress-report-q2-q3-2023.html | 11 +++++++++++
_posts/2023/2023-12-14-merry-christmas.html | 7 +++++++
3 files changed, 22 insertions(+), 4 deletions(-)
create mode 100644 _drafts/2023-10-01-progress-report-q2-q3-2023.html
create mode 100644 _posts/2023/2023-12-14-merry-christmas.html
diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml
index 556b97e..627a55b 100644
--- a/.github/workflows/upload.yml
+++ b/.github/workflows/upload.yml
@@ -56,11 +56,11 @@ jobs:
- name: "Restore SSH Key"
shell: bash
run: |
- echo "${{ secrets.SSHKEY }}" | base64 -d > ~/.ssh/id_ed25519
- echo "Host xaymar.com" >> ~/.ssh/config
- echo " StrictHostKeyChecking no" >> ~/.ssh/config
+ mkdir $HOME/.ssh
+ echo "${{ secrets.SSHKEY }}" | base64 -d > $HOME/.ssh/id_ed25519
+ echo "Host xaymar.com" >> $HOME/.ssh/config
+ echo " StrictHostKeyChecking no" >> $HOME/.ssh/config
- name: "Publish"
shell: bash
run: |
rsync -v -h -P -a --delete . "com.xaymar@xaymar.com:/var/www/com.xaymar/public/com.xaymar.www/"
-
diff --git a/_drafts/2023-10-01-progress-report-q2-q3-2023.html b/_drafts/2023-10-01-progress-report-q2-q3-2023.html
new file mode 100644
index 0000000..d56b5e1
--- /dev/null
+++ b/_drafts/2023-10-01-progress-report-q2-q3-2023.html
@@ -0,0 +1,11 @@
+---
+title: "Progress Report: Q2+Q3 2023"
+category: [ "News", "Progress Reports" ]
+tags: ["Progress Report", "Q2", "Q3", "2023", StreamFX, VoiceFX, Tonbrett, "OBS Studio", "Unreal Engine", "Godot", "Unity"]
+---
+
+It's been... quite a while since the last progress report, which I completely missed due to several events happening in real life. Most of these events are now completed, or at least no longer affect me directly. Events I hope that won't repeat, as the amount of work resulting from them was just way too much for a single person to handle.
+
+Another quarter done, another progress report.
+
+Notable Updates
diff --git a/_posts/2023/2023-12-14-merry-christmas.html b/_posts/2023/2023-12-14-merry-christmas.html
new file mode 100644
index 0000000..13736a4
--- /dev/null
+++ b/_posts/2023/2023-12-14-merry-christmas.html
@@ -0,0 +1,7 @@
+---
+title: "Merry Christmas"
+category: [ "News", "Blog" ]
+tags: ["Christmas", "Holiday"]
+---
+
+Merry Christmas everyone, and Happy Holidays to those that don't celebrate Christmas! I'll be taking a break from everything until the 1st January 2024, so I'll see you then.