rtc link to rtc static uses local incidence angle url. Remove size di… #28
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy test SearchUI | |
on: | |
push: | |
branches: | |
- test | |
jobs: | |
deploy: | |
runs-on: ubuntu-latest | |
environment: test | |
permissions: | |
id-token: write | |
contents: read | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: build | |
uses: ./.github/workflows/search-ui-deploy-composite | |
with: | |
maturity: ${{ vars.MATURITY }} | |
cdn-id: ${{ vars.CDN_ID }} | |
s3-bucket: ${{ vars.S3_BUCKET }} | |
aws-account-id: ${{ secrets.AWS_ACCOUNT_ID }} |