From 23d82b2a6d6f299126d4a94d5e96531bfda8df0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20R=C3=BCth?= Date: Tue, 21 Jan 2025 02:31:47 +0200 Subject: [PATCH] Set environment in a Windows compatible way --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 77852b57..87514788 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,10 +19,11 @@ jobs: with: pixi-version: v0.39.5 - name: mkdocs - run: | + env: # Since no browser is installed during this CI run, plotly fails to # produce HTML output, see https://github.com/plotly/plotly.py/blob/2c2dd6ab2eeff73c782457f33c590c1d09a97625/packages/python/plotly/plotly/io/_renderers.py#L532 - export PLOTLY_RENDERER=browser + PLOTLY_RENDERER: browser + run: | pixi run doc --strict # Disable further processing by GitHub touch generated/website/.nojekyll