Skip to content

adds charts store using latest ngrx syntax, adds way to toggle graph … #12

adds charts store using latest ngrx syntax, adds way to toggle graph …

adds charts store using latest ngrx syntax, adds way to toggle graph … #12

Workflow file for this run

name: Deploy kim SearchUI
on:
push:
branches:
- kim/*
jobs:
deploy:
runs-on: ubuntu-latest
environment: dev-kim
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 }}