Skip to content

Commit 2ace175

Browse files
committed
fix: generate docs action
1 parent ffe2de8 commit 2ace175

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/generate-docs-site.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Move Latest Docs to the "older" Directory (Archiving latest live release)
3838
run: |
3939
mkdir older/${{ env.LATEST_DOCS_VERSION }}
40-
mv images rapid-sdk scripts styles index.html navigation.html not-found-version.html version.json older/${{ env.LATEST_DOCS_VERSION }}
40+
mv images xap-sdk scripts styles index.html navigation.html not-found-version.html version.json older/${{ env.LATEST_DOCS_VERSION }}
4141
4242
- name: Move the "older" and "assets" Directories to a Temporary Workspace
4343
run: mv older assets ${{ runner.temp }}
@@ -71,7 +71,7 @@ jobs:
7171
run: git checkout gh-pages
7272

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

7676
- name: Move Newly Generated Docs to the Repository Root
7777
run: mv ${{ runner.temp }}/${{ env.NEW_DOCS_VERSION }}/* .
@@ -88,4 +88,4 @@ jobs:
8888
commit-message: "chore: publishing docs for version ${{ env.NEW_DOCS_VERSION }}"
8989
body: "This PR adds the reference documentation for version ${{ env.NEW_DOCS_VERSION }}."
9090
title: "chore: reference docs update for version ${{ env.NEW_DOCS_VERSION }}"
91-
branch: "docs-update-${{ env.NEW_DOCS_VERSION }}"
91+
branch: "docs-update-${{ env.NEW_DOCS_VERSION }}"

0 commit comments

Comments
 (0)