This commit is contained in:
parent
90400fb61a
commit
4c0ad2c303
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue