Skip to content

Commit 2182380

Browse files
committed
fix(doc): after review
1 parent cc1d200 commit 2182380

File tree

102 files changed

+29
-28
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+29
-28
lines changed

.github/workflows/dev-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-22.04
2222
defaults:
2323
run:
24-
working-directory: site
24+
working-directory: documentation
2525
steps:
2626
- uses: actions/checkout@v6
2727
with:

.github/workflows/release-documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ jobs:
5656
cache: 'pip'
5757

5858
- name: Install dependencies
59-
working-directory: site
59+
working-directory: documentation
6060
run: pip install -r requirements.txt
6161

6262
- name: Deploy documentation
63-
working-directory: site
63+
working-directory: documentation
6464
run: |
6565
mike deploy "${{ steps.validate-tag.outputs.version }}" --update-aliases --push
6666
# env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Publish to Maven Central
3636
run: |
37-
./mvnw -B clean deploy -PsonatypeRelease -DskipTests -pl '!jacoco-coverage-aggregate-report,!site'
37+
./mvnw -B clean deploy -PsonatypeRelease -DskipTests -pl '!jacoco-coverage-aggregate-report,!documentation'
3838
env:
3939
MAVEN_USERNAME: ${{ secrets.MAVEN_CENTRAL_USER }}
4040
MAVEN_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Publish Snapshot to Maven Central
2929
run: |
30-
./mvnw -B clean deploy -PsonatypeSnapshot -DskipTests -pl '!jacoco-coverage-aggregate-report,!site'
30+
./mvnw -B clean deploy -PsonatypeSnapshot -DskipTests -pl '!jacoco-coverage-aggregate-report,!documentation'
3131
env:
3232
MAVEN_USERNAME: ${{ secrets.MAVEN_CENTRAL_USER }}
3333
MAVEN_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}

site/site-src/assets/drawio/client/balancer.drawio renamed to documentation/doc-src/assets/drawio/client/balancer.drawio

File renamed without changes.

site/site-src/assets/drawio/client/connection-pool.drawio renamed to documentation/doc-src/assets/drawio/client/connection-pool.drawio

File renamed without changes.

site/site-src/assets/drawio/client/distributing-round-robin.drawio renamed to documentation/doc-src/assets/drawio/client/distributing-round-robin.drawio

File renamed without changes.

site/site-src/assets/drawio/client/few-connection-box.drawio renamed to documentation/doc-src/assets/drawio/client/few-connection-box.drawio

File renamed without changes.

0 commit comments

Comments
 (0)