Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lubeda committed Jan 2, 2024
1 parent a9fc4b1 commit d3be893
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/wiki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: Publish wiki
on:
push:
branches:
- main
- 2023.8.0
- 2023.9.0
- 2023.9.1
- 2024.1.0-prerelease
paths:
- wiki/**
- .github/workflows/wiki.yaml
Expand All @@ -19,4 +17,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Andrew-Chen-Wang/github-wiki-action@v4
- uses: Andrew-Chen-Wang/github-wiki-action@v4.4.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ Some people use a "normal" font from Trip5 and another for Cyrillic, Korean or H

@dbuezas has also contributed tow optimized fonts with umlauts for this kind of display `mateine.ttf` and `mateineThin.ttf` see [here](https://github.com/lubeda/EspHoMaTriXv2/issues/63).

You find my first [attempt](./resources/EHMTXv2.ttf) to adapt a font also in the resources-folder.


```yaml
font:
Expand All @@ -226,6 +224,8 @@ font:
      !"%()+*=,-_.:°0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz€@
```

You find my first [attempt](./resources/EHMTXv2.ttf) to adapt a font also in the resources-folder.

### configuration options

#### Configuration
Expand Down

0 comments on commit d3be893

Please sign in to comment.