Skip to content

Commit

Permalink
Update pelican.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SebCorbin authored Nov 15, 2024
1 parent 6624094 commit 123f3ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pelican.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
workflow_dispatch:
jobs:
deploy:
uses: "getpelican/pelican/.github/workflows/github_pages.yml@master"
uses: "getpelican/pelican/.github/workflows/github_pages.yml@main"
permissions:
contents: "read"
pages: "write"
id-token: "write"
with:
settings: "publishconf.py"
requirements: "pelican[markdown]"
requirements: "pelican[markdown]"

0 comments on commit 123f3ff

Please sign in to comment.