Skip to content

Commit

Permalink
advances
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Dec 1, 2023
1 parent b666e2c commit 9d3636c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
connect-branch: portal-bridge
advanced-tools-branch: advanced-tools
environment: Cloudflare-Preview
public-url: "/${{ needs.branch-sha.outputs.value }}"
public-url: "${{ needs.branch-sha.outputs.value }}/"
secrets: inherit
needs:
- branch-sha
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
connect-branch: portal-bridge
advanced-tools-branch: advanced-tools
environment: Cloudflare-Testnet
public-url: "/${{ needs.branch-sha.outputs.value }}"
public-url: "${{ needs.branch-sha.outputs.value }}/"
secrets: inherit
needs:
- branch-sha
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const config = {
url: "https://www.portalbridge.com",
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: process.env.PUBLIC_URL || "/docs",
baseUrl: process.env.PUBLIC_URL || "docs",

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand Down

0 comments on commit 9d3636c

Please sign in to comment.