From cf4f5a24ab311ae5d3c55947f6f14dd63d67e67d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Fri, 27 Mar 2026 10:50:04 +0100 Subject: [PATCH] chore: Follow up fix 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 8c7dfe92..85eafd63 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 - cp CHANGELOG.md fluffychat-website/src/ - cp PRIVACY.md fluffychat-website/src/ + cat CHANGELOG.md >> fluffychat-website/src/privacy.md + cat PRIVACY.md >> fluffychat-website/src/changelog.md - name: Build website working-directory: fluffychat-website run: |