Skip to content
Merged

n4 #14

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
id: changed
run: |
git fetch origin test
git diff --name-only HEAD^\
git diff --name-only $(git merge-base HEAD origin/test) HEAD \
| grep -E '^(packages/modules/display_themes/cards/source/|packages/modules/display_themes/colors/source/|packages/modules/web_themes/colors/source/|packages/modules/web_themes/koala/source/)' \
| awk -F/ '{print $4}' | sort -u > changed_themes.txt
cat changed_themes.txt
Expand Down
2 changes: 2 additions & 0 deletions packages/modules/web_themes/colors/source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Ein Theme für die openWB2 (http://openwb.de)





Alpha version, basierend auf der Alpha der openwb2.

![dark background](colors1.png)
Expand Down
1 change: 1 addition & 0 deletions packages/modules/web_themes/koala/source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Koala web theme for openWB




## Install the dependencies

```bash
Expand Down