Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackySoul committed Dec 20, 2023
1 parent 32238b8 commit bcbb65f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs-beta/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config: Config = {
url: 'https://vkcom.github.io/',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/pull/6317/test2/docs-beta/',
baseUrl: '/pull/6317/test3/docs-beta/',

onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
Expand Down

0 comments on commit bcbb65f

Please sign in to comment.