bundle CSS in zip
Some checks failed
Build and release / release (push) Failing after 8s

This commit is contained in:
Lea 2023-07-29 21:17:16 +02:00
parent 90400fb61a
commit 4c0ad2c303
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

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