Skip to content

Added version to the uses invocation #35

Added version to the uses invocation

Added version to the uses invocation #35

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/build-actions@master
with:
dest_branch: 'dfoulks/gha-site'
uses_gfm: true