Skip to content

Commit

Permalink
Update CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicsteinbach committed Sep 4, 2023
1 parent e7879d3 commit b4067c8
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 @@ -15,7 +15,7 @@ on:
merge_group:

env:
DOCUMENTATION_CNAME: 'bomanalytics.grantami.docs.pyansys.com'
DOCUMENTATION_CNAME: 'animated-broccoli-k6emqn7.pages.github.io'

jobs:
local_checks:
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@


# -- Options for HTML output -------------------------------------------------
cname = os.getenv("DOCUMENTATION_CNAME", "bomanalytics.grantami.docs.pyansys.com")
cname = os.getenv("DOCUMENTATION_CNAME", "animated-broccoli-k6emqn7.pages.github.io")
"""The canonical name of the webpage hosting the documentation."""
html_theme = "ansys_sphinx_theme"
html_favicon = ansys_favicon
Expand Down

0 comments on commit b4067c8

Please sign in to comment.