Skip to content

Commit c4cd198

Browse files
Fix pelican websiet setting
Change-Id: I697a83399a9fdac8a694a27b44cd676e5fcbbea9
1 parent 65e85de commit c4cd198

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pelican.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ on:
66
jobs:
77
deploy:
88
uses: "getpelican/pelican/.github/workflows/github_pages.yml@main"
9-
working-directory: "website"
109
permissions:
1110
contents: "read"
1211
pages: "write"
1312
id-token: "write"
1413
with:
15-
settings: "publishconf.py"
14+
settings: "website/publishconf.py"

0 commit comments

Comments
 (0)