Skip to content

Commit

Permalink
Pass correct CNAME entry to the doc builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 committed Jun 2, 2022
1 parent bbb9f0d commit 0e91f29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
env:
ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER) }}
PYFLUENT_START_INSTANCE: 0
DOCS_CNAME: fluentvisualization.docs.pyansys.com

- name: Upload HTML Documentation
uses: actions/upload-artifact@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly-doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
env:
ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER) }}
PYFLUENT_START_INSTANCE: 0
DOCS_CNAME: fluentvisualization.dev.docs.pyansys.com

- name: Deploy
uses: JamesIves/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ build-doc:
@pip install -r requirements/requirements_doc.txt
@xvfb-run make -C doc html
@touch doc/_build/html/.nojekyll
@echo "fluentvisualization.docs.pyansys.com" >> doc/_build/html/CNAME
@echo "$(DOCS_CNAME)" >> doc/_build/html/CNAME

0 comments on commit 0e91f29

Please sign in to comment.