Skip to content

Commit

Permalink
Fix pelican websiet setting
Browse files Browse the repository at this point in the history
Change-Id: I697a83399a9fdac8a694a27b44cd676e5fcbbea9
  • Loading branch information
TristanCacqueray committed Oct 28, 2024
1 parent 65e85de commit c4cd198
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pelican.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ on:
jobs:
deploy:
uses: "getpelican/pelican/.github/workflows/github_pages.yml@main"
working-directory: "website"
permissions:
contents: "read"
pages: "write"
id-token: "write"
with:
settings: "publishconf.py"
settings: "website/publishconf.py"

0 comments on commit c4cd198

Please sign in to comment.