Skip to content

Remove modal property in Drawer (#273) #18

Remove modal property in Drawer (#273)

Remove modal property in Drawer (#273) #18

Workflow file for this run

name: Netlify Test Deploy - Deploy main branch under fixed alias
on:
push:
branches:
- 'main'
workflow_dispatch:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build Artifacts
uses: ./.github/actions/build-artifacts
with:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- name: Netlify Deploy
uses: netlify/actions/cli@master
id: netlify
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ vars.NETLIFY_SITE_ID }}
with:
args: deploy --dir=build --alias="$GITHUB_REF_NAME"