Skip to content

Commit c826ce2

Browse files
Fix pelican website setting
Change-Id: Ibd75ae9bf327ea24a24eaf90e1451b1d14fa74c7
1 parent c4cd198 commit c826ce2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pelican.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ on:
33
push:
44
branches: ["master"]
55
workflow_dispatch:
6+
defaults:
7+
run:
8+
working-directory: "website"
69
jobs:
710
deploy:
811
uses: "getpelican/pelican/.github/workflows/github_pages.yml@main"
912
permissions:
1013
contents: "read"
1114
pages: "write"
1215
id-token: "write"
13-
with:
14-
settings: "website/publishconf.py"

0 commit comments

Comments
 (0)