From a3fc1bff01796e90de8a84db2607e29e9b6b4991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Fri, 27 Mar 2026 11:47:43 +0100 Subject: [PATCH] chore: Follow up build website --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 85eafd63..133f099c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -49,8 +49,8 @@ jobs: - name: Clone fluffychat website run: | git clone https://github.com/krille-chan/fluffychat-website.git - cat CHANGELOG.md >> fluffychat-website/src/privacy.md - cat PRIVACY.md >> fluffychat-website/src/changelog.md + cat CHANGELOG.md >> fluffychat-website/src/changelog.md + cat PRIVACY.md >> fluffychat-website/src/privacy.md - name: Build website working-directory: fluffychat-website run: |