Skip to content

Add unified letter casing for headers; add headers to edge csv file downloads #2110

Add unified letter casing for headers; add headers to edge csv file downloads

Add unified letter casing for headers; add headers to edge csv file downloads #2110

name: Netlify Preview Deploy
on:
pull_request:
types: ['opened', 'edited', 'synchronize']
concurrency:
group: preview-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
deploy:
name: 'Deploy'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Prepare Deploy
uses: ./.github/actions/prepare-deploy
with:
main-branch-name: ${{ github.base_ref || github.ref_name }}
app-configuration: preview
- name: Create Redirects file
run: ./.github/actions/prepare-deploy/create-redirects.sh
- name: Publish
id: deploy
uses: netlify/actions/cli@master
with:
args: deploy --dir=deploy --filter=ftu-ui
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
- name: Create Deploy Comment
uses: ./.github/actions/deploy-comment
with:
deploy-url: ${{steps.deploy.outputs.NETLIFY_URL}}