This commit is contained in:
parent
e3d5b823c6
commit
90400fb61a
|
@ -9,7 +9,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install lessc
|
||||
run: apt install -g less
|
||||
run: npm install -g less
|
||||
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v3
|
||||
|
@ -36,4 +36,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\`.
|
||||
|
|
Loading…
Reference in a new issue