Build(deps): bump @react-pdf/renderer in /packages/cccv #294
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: CCCV UI | |
on: | |
push: | |
paths: | |
- .github/workflows/cccv.yml | |
- packages/LocalInfrastructure/** | |
- packages/cccv/** | |
jobs: | |
build: | |
name: Build | |
runs-on: ubuntu-latest | |
defaults: | |
run: | |
working-directory: ./packages/cccv | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Build app | |
run: ./batect --config-var git_sha=${GITHUB_SHA} --config-var linz_api_key=${{ secrets.LINZ_API_KEY }} --config-var mapbox_token=${{ secrets.MAPBOX_TOKEN }} build | |