Skip to content

Merge branch 'main' of github.com:incubateur-ademe/pages-legales-faci… #48

Merge branch 'main' of github.com:incubateur-ademe/pages-legales-faci…

Merge branch 'main' of github.com:incubateur-ademe/pages-legales-faci… #48

Workflow file for this run

name: Build
on: [pull_request, push]
concurrency:
cancel-in-progress: true
group: build-${{ github.ref }}
jobs:
build:
name: Build and export
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
cache: "yarn"
- name: Install dependencies
run: |
yarn --frozen-lockfile
- name: Build and export
env:
NODE_ENV: production
ESPACE_MEMBRE_API_KEY: fakesecret
run: |
yarn build