Skip to content

fixed makefile which pinned old issue (#149) #71

fixed makefile which pinned old issue (#149)

fixed makefile which pinned old issue (#149) #71

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'