Skip to content

Commit

Permalink
Update pelican.yml
Browse files Browse the repository at this point in the history
Updated pelican.yml to point to my fork of the Pelican repository so GitHub actions works.
  • Loading branch information
Xata committed Mar 25, 2024
1 parent 853a7e6 commit b9acf4a
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: "getpelican/pelican/.github/workflows/github_pages.yml@master"
uses: "Xata/pelican/.github/workflows/github_pages.yml@master"
permissions:
contents: "read"
pages: "write"
Expand Down

0 comments on commit b9acf4a

Please sign in to comment.