Skip to content

Commit 87e2ef6

Browse files
authored
Merge pull request #31 from EzFramework/docs/improved-colors
Hotfix: documentation theme
2 parents 50942eb + e748551 commit 87e2ef6

3 files changed

Lines changed: 6 additions & 10 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,11 @@ jobs:
2424
java-version: '25'
2525
- name: Run Checkstyle
2626
run: mvn --batch-mode checkstyle:check
27-
- name: Install reviewdog
28-
uses: reviewdog/action-setup@v1
27+
- name: Annotate Checkstyle results
28+
if: always()
29+
uses: jwgmeligmeyling/checkstyle-github-action@v1
2930
with:
30-
reviewdog_version: latest
31-
- name: Annotate Checkstyle results in PR
32-
if: github.event_name == 'pull_request'
33-
run: |
34-
reviewdog -f=checkstyle -name="checkstyle" -reporter=github-pr-review -level=error -fail-on-error < target/checkstyle-result.xml
35-
env:
36-
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
path: target/checkstyle-result.xml
3732

3833
coverage:
3934
runs-on: ubuntu-latest

docs/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ baseurl: "/JavaQueryBuilder"
99
# ── Appearance ────────────────────────────────────────────────────────────────
1010
color_scheme: javaquerybuilder
1111
heading_anchors: true
12+
remote_theme: just-the-docs/just-the-docs
1213

1314
# ── Header links ──────────────────────────────────────────────────────────────
1415
aux_links:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.EzFramework</groupId>
77
<artifactId>java-query-builder</artifactId>
8-
<version>1.0.6</version>
8+
<version>1.0.7</version>
99
<packaging>jar</packaging>
1010

1111
<name>JavaQueryBuilder</name>

0 commit comments

Comments
 (0)