Skip to content

Commit 3cc063b

Browse files
committed
Bugfix: The documentation step was nesting files inside docs/api/${VERSION}/${VERSION}
1 parent ae2ba39 commit 3cc063b

219 files changed

Lines changed: 1 addition & 1 deletion

File tree

Some content is hidden

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

.github/workflows/deploy_to_maven_central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
157157
VERSION=${{ needs.tag-release.outputs.VERSION }}
158158
rm -rf docs/api/${VERSION}
159-
mkdir --parents docs/api/${VERSION}
159+
mkdir --parents docs/api
160160
mv bundles/requirements-bundle/work/requirements.java/requirements.java/docs/api/${VERSION} \
161161
docs/api/${VERSION}
162162
rm -rf bundles

docs/api/13.0/13.0/io.github.cowwoc.requirements13.annotation/io/github/cowwoc/requirements13/annotation/CheckReturnValue.html renamed to docs/api/13.0/io.github.cowwoc.requirements13.annotation/io/github/cowwoc/requirements13/annotation/CheckReturnValue.html

File renamed without changes.

docs/api/13.0/13.0/io.github.cowwoc.requirements13.annotation/io/github/cowwoc/requirements13/annotation/class-use/CheckReturnValue.html renamed to docs/api/13.0/io.github.cowwoc.requirements13.annotation/io/github/cowwoc/requirements13/annotation/class-use/CheckReturnValue.html

File renamed without changes.

docs/api/13.0/13.0/io.github.cowwoc.requirements13.annotation/io/github/cowwoc/requirements13/annotation/package-summary.html renamed to docs/api/13.0/io.github.cowwoc.requirements13.annotation/io/github/cowwoc/requirements13/annotation/package-summary.html

File renamed without changes.

0 commit comments

Comments
 (0)