From 347389317c14c30028db4ef65e9b397431603114 Mon Sep 17 00:00:00 2001 From: Alessio Sclocco Date: Wed, 8 May 2024 15:16:21 +0200 Subject: [PATCH] Change folder name. --- .github/workflows/documentation.yml | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 3e60ffc..87a2619 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -44,7 +44,7 @@ jobs: Pkg.instantiate() ' julia --project=docs docs/make.jl - cp -R docs/build ../docs/julia + cp -R docs/build ../docs/api_julia - name: Build and commit uses: sphinx-notes/pages@v2 with: diff --git a/docs/conf.py b/docs/conf.py index ef5de65..9de82c7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -81,7 +81,7 @@ # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ["_static"] # Copy the Julia documentation -html_extra_path = ["julia"] +html_extra_path = ["api_julia"] # -- Breathe configuration -------------------------------------------------