Skip to content

Commit

Permalink
chore: publish reference docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 committed Sep 18, 2024
1 parent 21cef7d commit 00ef851
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/generate-reference-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ jobs:
- name: Extract and Store Newly Generated Docs Version Number
run: |
echo "NEW_DOCS_VERSION=$(jq -r '.version' code/build/dokka/html/version.json)" >> $GITHUB_ENV
echo "----"
echo ${{ env.NEW_DOCS_VERSION }}
echo "----"
- name: Check the New Release Version
run: |
Expand Down
2 changes: 1 addition & 1 deletion code/tasks-gradle/dokka.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dokkaHtml {
moduleName.set("Lodging Connectivity Java SDK")
moduleName.set("lodging-connectivity-sdk")

String versioningConfiguration = """
{
Expand Down

0 comments on commit 00ef851

Please sign in to comment.