Skip to content

Enhancement: Option to display some actions in a popup menu instead of the actions column #126

Enhancement: Option to display some actions in a popup menu instead of the actions column

Enhancement: Option to display some actions in a popup menu instead of the actions column #126

# .github/workflows/preview.yml
name: Deploy PR previews
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
concurrency: preview-${{ github.ref }}
jobs:
deploy-preview:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- name: Install and Build
run: |
npm install
npm run build:examples
- name: Deploy preview
uses: rossjrw/pr-preview-action@v1
with:
source-dir: ./dist