From 2ace17573e214efa973935221368c2a62b7a345b Mon Sep 17 00:00:00 2001 From: Nasser Anssari Date: Mon, 2 Dec 2024 14:31:19 +0300 Subject: [PATCH] fix: generate docs action --- .github/workflows/generate-docs-site.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/generate-docs-site.yml b/.github/workflows/generate-docs-site.yml index 5780a3d..267c226 100644 --- a/.github/workflows/generate-docs-site.yml +++ b/.github/workflows/generate-docs-site.yml @@ -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 }} @@ -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 }}/* . @@ -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 }}" \ No newline at end of file + branch: "docs-update-${{ env.NEW_DOCS_VERSION }}"