Skip to content

fix: add athena:GetDataCatalog #80

fix: add athena:GetDataCatalog

fix: add athena:GetDataCatalog #80

Workflow file for this run

name: Deploy PR previews
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
concurrency:
group: preview-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy-preview:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "npm"
- name: Determine preview base url for Docusaurus
run: echo "PREVIEW_PATH=/pr-preview/pr-${{ github.event.number }}/" >> "$GITHUB_ENV"
- name: Install dependencies & build
run: npm ci && npm run build
- name: Deploy preview
uses: rossjrw/pr-preview-action@v1
with:
source-dir: ./build/