Skip to content

Commit

Permalink
Fixed source trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
dfoulks1 committed May 28, 2024
1 parent 803ea93 commit 4906777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pelican.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build a Pelican Website
on:
push:
branches: [ "dfoulks/pelican_gha" ]
branches: [ "dfoulks/pelican-gha" ]
workflow_dispatch:
jobs:
build-pelican:
Expand All @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: 'dfoulks/pelican_gha'
ref: 'dfoulks/pelican-gha'
- uses: apache/infrastructure-actions/build-pelican@main
with:
destination: 'dfoulks/gha-site'
Expand Down

0 comments on commit 4906777

Please sign in to comment.