Skip to content

Commit

Permalink
fix upload dev documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
roosre committed Dec 16, 2022
1 parent 1178793 commit 758d444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 758d444

Please sign in to comment.