From bcbb65f3650b71987545db700d93ffcce374296b Mon Sep 17 00:00:00 2001 From: Victoria Zhizhonkova Date: Wed, 20 Dec 2023 16:00:21 +0700 Subject: [PATCH] Update --- .github/workflows/pull_request_packages.yml | 4 ++-- docs-beta/docusaurus.config.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request_packages.yml b/.github/workflows/pull_request_packages.yml index 0f42726429..c995a37ded 100644 --- a/.github/workflows/pull_request_packages.yml +++ b/.github/workflows/pull_request_packages.yml @@ -278,12 +278,12 @@ jobs: awsEndpoint: https://${{ vars.AWS_ENDPOINT }} command: upload commandUploadSrc: docs-beta-dist/ - commandUploadDist: pull/${{ github.event.pull_request.number }}/test2/docs-beta + commandUploadDist: pull/${{ github.event.pull_request.number }}/test3/docs-beta - name: Create doc url if: ${{ steps.deploy.outcome == 'success' }} id: url - run: echo "value=https://${{ vars.AWS_BUCKET }}.${{ vars.AWS_ENDPOINT }}/pull/${{ github.event.pull_request.number }}/test2/docs-beta/index.html" >> $GITHUB_OUTPUT + run: echo "value=https://${{ vars.AWS_BUCKET }}.${{ vars.AWS_ENDPOINT }}/pull/${{ github.event.pull_request.number }}/test3/docs-beta/index.html" >> $GITHUB_OUTPUT docs_comment: needs: diff --git a/docs-beta/docusaurus.config.ts b/docs-beta/docusaurus.config.ts index c41200d4ce..26ff562c1b 100644 --- a/docs-beta/docusaurus.config.ts +++ b/docs-beta/docusaurus.config.ts @@ -17,7 +17,7 @@ const config: Config = { url: 'https://vkcom.github.io/', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/pull/6317/test2/docs-beta/', + baseUrl: '/pull/6317/test3/docs-beta/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn',