From 758d444c90e51764cab49c7d8926bd0cbf3dd104 Mon Sep 17 00:00:00 2001 From: Rene Roos Date: Fri, 16 Dec 2022 15:18:38 +0100 Subject: [PATCH] fix upload dev documentation --- .github/workflows/ci_cd.yml | 2 +- doc/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index a120ed0e0..85b954930 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -124,7 +124,7 @@ jobs: - name: Upload HTML Documentation uses: actions/upload-artifact@v2 with: - name: Documentation-html + name: documentation-html path: .tox/doc_out/ retention-days: 7 diff --git a/doc/source/conf.py b/doc/source/conf.py index 11600a32e..96ced1c73 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -2,8 +2,8 @@ from datetime import datetime import os -from ansys_sphinx_theme import pyansys_logo_black as logo from ansys_sphinx_theme import get_version_match +from ansys_sphinx_theme import pyansys_logo_black as logo import pyvista from sphinx_gallery.sorting import FileNameSortKey