Skip to content

Commit

Permalink
Fix pelican website setting
Browse files Browse the repository at this point in the history
Change-Id: Ibd75ae9bf327ea24a24eaf90e1451b1d14fa74c7
  • Loading branch information
TristanCacqueray committed Oct 28, 2024
1 parent c4cd198 commit c826ce2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pelican.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ on:
push:
branches: ["master"]
workflow_dispatch:
defaults:
run:
working-directory: "website"
jobs:
deploy:
uses: "getpelican/pelican/.github/workflows/github_pages.yml@main"
permissions:
contents: "read"
pages: "write"
id-token: "write"
with:
settings: "website/publishconf.py"

0 comments on commit c826ce2

Please sign in to comment.