Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fixes #42

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/generate-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Move Latest Docs to the "older" Directory (Archiving latest live release)
run: |
mkdir older/${{ env.LATEST_DOCS_VERSION }}
mv images rapid-sdk scripts styles index.html navigation.html not-found-version.html version.json older/${{ env.LATEST_DOCS_VERSION }}
mv images xap-sdk scripts styles index.html navigation.html not-found-version.html version.json older/${{ env.LATEST_DOCS_VERSION }}

- name: Move the "older" and "assets" Directories to a Temporary Workspace
run: mv older assets ${{ runner.temp }}
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
run: git checkout gh-pages

- name: Cleanup Old Docs from the Repository's Root
run: rm -rf code images older rapid-sdk scripts styles index.html navigation.html not-found-version.html version.json
run: rm -rf code images older xap-sdk scripts styles index.html navigation.html not-found-version.html version.json

- name: Move Newly Generated Docs to the Repository Root
run: mv ${{ runner.temp }}/${{ env.NEW_DOCS_VERSION }}/* .
Expand All @@ -88,4 +88,4 @@ jobs:
commit-message: "chore: publishing docs for version ${{ env.NEW_DOCS_VERSION }}"
body: "This PR adds the reference documentation for version ${{ env.NEW_DOCS_VERSION }}."
title: "chore: reference docs update for version ${{ env.NEW_DOCS_VERSION }}"
branch: "docs-update-${{ env.NEW_DOCS_VERSION }}"
branch: "docs-update-${{ env.NEW_DOCS_VERSION }}"
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<xap-java-sdk.sdk.version>1.0.0-SNAPSHOT</xap-java-sdk.sdk.version>
<xap-java-sdk.sdk.version>1.0.0</xap-java-sdk.sdk.version>
</properties>

<repositories>
Expand Down Expand Up @@ -88,4 +88,4 @@
</plugin>
</plugins>
</build>
</project>
</project>