We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465969b commit 7c33d90Copy full SHA for 7c33d90
.github/workflows/build.yml
@@ -5,6 +5,9 @@ on:
5
ng-base-href:
6
required: false
7
type: string
8
+ base:
9
+ required: false
10
+ type: string
11
jobs:
12
Build-HTML-Assets:
13
runs-on: ubuntu-latest
.github/workflows/pr.yml
@@ -15,8 +15,8 @@ jobs:
15
needs: Get-Base-Href
16
if: github.event.action != 'closed'
17
uses: ./.github/workflows/build.yml
18
- # with:
19
- # ng-base-href: ${{ format('{0}{1}', '/sam-design-system-site/', github.event.number }}
+ with:
+ base: ${{base}}
20
Deploy-HTML:
21
22
if: ${{ !failure() }}
0 commit comments