Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #877 from Bandwidth/DX-3003
Browse files Browse the repository at this point in the history
DX-3003 Hotfix
  • Loading branch information
brianluisgomez authored Dec 20, 2022
2 parents 9dddc3f + 7a54e92 commit 1e1b8ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/listener.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
issue_number: ${{ github.event.client_payload.prNumber }},
owner: 'Bandwidth',
repo: '${{ github.event.client_payload.originRepo }}',
body: 'Preview site: http://{{ env.BRANCH_NAME }}.staging-dev.bandwidth.com/\nPlease note that it may take a couple minutes for your preview site to become available.\n\nSee the corresponding PR opened on the docsite repository (no action required):\nhttps://github.com/Bandwidth/api-docs/pull/${{ env.PR_NUMBER }}'
body: 'Preview site: http://${{ env.BRANCH_NAME }}.staging-dev.bandwidth.com/\nPlease note that it may take a couple minutes for your preview site to become available.\n\nSee the corresponding PR opened on the docsite repository (no action required):\nhttps://github.com/Bandwidth/api-docs/pull/${{ env.PR_NUMBER }}'
})
merge:
Expand Down
2 changes: 1 addition & 1 deletion site/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
trailingSlash: false,
trailingSlash: undefined,
organizationName: 'bandwidth',
projectName: 'api-docs',
themeConfig: {
Expand Down

0 comments on commit 1e1b8ac

Please sign in to comment.