Skip to content

Blog post announcing Comet 0.13.0 (#137) #64

Blog post announcing Comet 0.13.0 (#137)

Blog post announcing Comet 0.13.0 (#137) #64

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'