Skip to content

Commit 61bd745

Browse files
committed
fix(doc): rename module
1 parent 1ba8dd3 commit 61bd745

File tree

100 files changed

+7
-7
lines changed

Some content is hidden

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

100 files changed

+7
-7
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: documentation
24+
working-directory: site
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: documentation
59+
working-directory: site
6060
run: pip install -r requirements.txt
6161

6262
- name: Deploy documentation
63-
working-directory: documentation
63+
working-directory: site
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,!documentation'
37+
./mvnw -B clean deploy -PsonatypeRelease -DskipTests -pl '!jacoco-coverage-aggregate-report,!site'
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,!documentation'
30+
./mvnw -B clean deploy -PsonatypeSnapshot -DskipTests -pl '!jacoco-coverage-aggregate-report,!site'
3131
env:
3232
MAVEN_USERNAME: ${{ secrets.MAVEN_CENTRAL_USER }}
3333
MAVEN_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,6 @@
642642
<module>testcontainers</module>
643643
<module>jacoco-coverage-aggregate-report</module>
644644
<module>testcontainers-autogen</module>
645-
<module>documentation</module>
645+
<module>site</module>
646646
</modules>
647647
</project>
File renamed without changes.

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

File renamed without changes.

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

File renamed without changes.

0 commit comments

Comments
 (0)