diff --git a/.forgejo/workflows/build-and-release.yaml b/.forgejo/workflows/build-and-release.yaml index 1559ae7..e904b54 100644 --- a/.forgejo/workflows/build-and-release.yaml +++ b/.forgejo/workflows/build-and-release.yaml @@ -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\`.