From c826ce2f1d956e098317d3821fd05e21f08b046e Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Mon, 28 Oct 2024 19:50:06 +0000 Subject: [PATCH] Fix pelican website setting Change-Id: Ibd75ae9bf327ea24a24eaf90e1451b1d14fa74c7 --- .github/workflows/pelican.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pelican.yml b/.github/workflows/pelican.yml index 6ba04c3..0598c8d 100644 --- a/.github/workflows/pelican.yml +++ b/.github/workflows/pelican.yml @@ -3,6 +3,9 @@ on: push: branches: ["master"] workflow_dispatch: +defaults: + run: + working-directory: "website" jobs: deploy: uses: "getpelican/pelican/.github/workflows/github_pages.yml@main" @@ -10,5 +13,3 @@ jobs: contents: "read" pages: "write" id-token: "write" - with: - settings: "website/publishconf.py"