From 551e92ece1bd58f351ffaaab974d39ce9a4fedb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98ens-ftricomi=E2=80=99?= Date: Tue, 19 Sep 2023 12:22:29 +0100 Subject: [PATCH] changed dir to point to mudules --- .github/workflows/documentation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index dc5d616..045b9a9 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -20,5 +20,5 @@ jobs: with: publish_branch: gh-pages github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: _modules/ + publish_dir: ./docs/build/_modules force_orphan: true \ No newline at end of file