Skip to content

Update qbot.md specified that Jira ticket functions are for ASF Membe… #166

Update qbot.md specified that Jira ticket functions are for ASF Membe…

Update qbot.md specified that Jira ticket functions are for ASF Membe… #166

Workflow file for this run

name: Build a Pelican Website
on:
push:
branches: [ "master" ]
workflow_dispatch:
jobs:
build-pelican:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4
with:
ref: 'master'
- uses: apache/infrastructure-actions/pelican@main
with:
destination: 'asf-site'
gfm: 'true'