Skip to content

Commit

Permalink
Change to the workflow from my Pelican PR
Browse files Browse the repository at this point in the history
Change to using the GitHub Actions reusable workflow from
getpelican/pelican#3189
  • Loading branch information
seanh committed Sep 3, 2023
1 parent 50c11ae commit 5bed61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pelican.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
jobs:
deploy:
uses: "seanh/pelican-github-pages/.github/workflows/pelican.yml@main"
uses: "seanh/pelican/.github/workflows/github_pages.yml@publish-to-ghp-using-gha"
permissions:
contents: "read"
pages: "write"
Expand Down

0 comments on commit 5bed61b

Please sign in to comment.