Skip to content

Commit

Permalink
try and escape closing /
Browse files Browse the repository at this point in the history
  • Loading branch information
cwolf10 committed Feb 13, 2024
1 parent 3d414f6 commit ba247f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: github.event.action != 'closed'
uses: ./.github/workflows/build.yml
with:
ng-base-href: ${{ format('{0}{1}{2}', /sam-design-system-site/, inputs.pr-number, / }}
ng-base-href: ${{ format('{0}{1}{2}', '/sam-design-system-site/', inputs.pr-number, '//' }}
Deploy-HTML:
runs-on: ubuntu-latest
if: ${{ !failure() }}
Expand Down

0 comments on commit ba247f5

Please sign in to comment.