feat: Support for Redshift Serverless, Data API access, and JDBC based Data Catalog #254
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build docs website | |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- synchronize | |
- ready_for_review | |
paths: | |
- "website/**" | |
jobs: | |
build-docs: | |
uses: ./.github/workflows/_build_website.yml |