From 4c0ad2c3035d25dbef1eb252689bd2e7859177bc Mon Sep 17 00:00:00 2001 From: Lea Date: Sat, 29 Jul 2023 21:17:16 +0200 Subject: [PATCH] bundle CSS in zip --- .forgejo/workflows/build-and-release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/build-and-release.yaml b/.forgejo/workflows/build-and-release.yaml index e904b54..0b7a44b 100644 --- a/.forgejo/workflows/build-and-release.yaml +++ b/.forgejo/workflows/build-and-release.yaml @@ -18,6 +18,8 @@ jobs: run: | mkdir dist ./build.sh + zip -j -r themes.zip dist + mv themes.zip dist/ id: build - name: Publish release @@ -36,4 +38,4 @@ jobs: THEMES = ${{ steps.build.outputs.themes }} \`\`\` - And download the css files from this release to \`\$GITEA_DATA_DIR/gitea/public/css\`. + And download the CSS files from this release to \`\$GITEA_DATA_DIR/gitea/public/css\`. `themes.zip` contains all CSS files for convenience.