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. + +