diff --git a/.github/workflows/publish_to_master.yml b/.github/workflows/publish_to_master.yml index d03265d057..2c079a6620 100644 --- a/.github/workflows/publish_to_master.yml +++ b/.github/workflows/publish_to_master.yml @@ -3,8 +3,6 @@ on: push: paths: - 'packages/modules/*_themes/*/source/**' - branches: - - master jobs: build-and-push-themes: @@ -28,11 +26,13 @@ jobs: done # Prepare newline-separated THEME_BASES output - echo "theme_bases<> $GITHUB_OUTPUT - for b in "${theme_bases[@]}"; do - printf "%s\n" "$b" - done >> $GITHUB_OUTPUT - echo "EOF" >> $GITHUB_OUTPUT + { + echo "theme_bases<> $GITHUB_OUTPUT # Prepare newline-separated cache paths (package-lock.json) cache_paths="" @@ -40,9 +40,11 @@ jobs: cache_paths="${cache_paths}${b}/source/package-lock.json\n" done cache_paths=${cache_paths%\\n} - echo "cache_paths<> $GITHUB_OUTPUT - printf "%b" "$cache_paths" >> $GITHUB_OUTPUT - echo "EOF" >> $GITHUB_OUTPUT + { + echo "cache_paths<> $GITHUB_OUTPUT - name: Setup Node.js v24 uses: actions/setup-node@v4 diff --git a/packages/modules/display_themes/cards/source/README.md b/packages/modules/display_themes/cards/source/README.md index d32aab0365..1126b89bd4 100644 --- a/packages/modules/display_themes/cards/source/README.md +++ b/packages/modules/display_themes/cards/source/README.md @@ -2,7 +2,7 @@ This is the "Cards" display theme for openWB 2.x. - +v ## Recommended IDE Setup [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin). diff --git a/packages/modules/web_themes/koala/source/README.md b/packages/modules/web_themes/koala/source/README.md index d31807a2b0..972b5cd942 100644 --- a/packages/modules/web_themes/koala/source/README.md +++ b/packages/modules/web_themes/koala/source/README.md @@ -2,7 +2,7 @@ Koala web theme for openWB -## Install the dependencies +v## Install the dependencies ```bash yarn