Skip to content

Add blog post on extending SQL in DataFusion (#130) #61

Add blog post on extending SQL in DataFusion (#130)

Add blog post on extending SQL in DataFusion (#130) #61

Workflow file for this run

# This workflow runs the pelican build process after any branch has merged
# into main and pushes the result to the branch `asf-site`.
name: Publish main
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
build-pelican:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4
- run: pip install MarkupSafe==2.0.1
- uses: apache/infrastructure-actions/pelican@main
with:
destination: 'asf-site'
gfm: 'false'