Skip to content

Commit

Permalink
Fix up branches
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed May 30, 2024
1 parent cc695c0 commit f18cd93
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-pelican.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
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'
destination: 'preview/sebb-gha-staging'
gfm: 'true'

0 comments on commit f18cd93

Please sign in to comment.