Skip to content

updated teh action because action.yml needs to be in the same dir as … #7

updated teh action because action.yml needs to be in the same dir as …

updated teh action because action.yml needs to be in the same dir as … #7

Workflow file for this run

name: Build a Pelican Website
on:
push:
branches: [ "dfoulks/pelican-gha" ]
workflow_dispatch:
jobs:
build-pelican:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4
with:
ref: 'dfoulks/pelican-gha'
- uses: apache/infrastructure-actions/pelican@main
with:
destination: 'dfoulks/gha-site'
gfm: 'true'
token: ${{ secrets.GITHUB_TOKEN }}