Skip to content

Commit

Permalink
CNAME changed for doc locations (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Aug 24, 2022
1 parent 7e1e82b commit c93c935
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
Examples-v${{ env.RESET_EXAMPLES_CACHE }}-${{ steps.version.outputs.PYFLUENT_VERSION }}-${{ matrix.image-tag }}
- name: Build Documentation
run: make build-doc DOCS_CNAME=fluentdocs.pyansys.com
run: make build-doc DOCS_CNAME=fluent.docs.pyansys.com
env:
ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER) }}
PYFLUENT_START_INSTANCE: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
FLUENT_IMAGE_TAG: ${{ matrix.image-tag }}

- name: Build Documentation
run: make build-doc DOCS_CNAME=dev.fluentdocs.pyansys.com
run: make build-doc DOCS_CNAME=dev.fluent.docs.pyansys.com
env:
ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER) }}
PYFLUENT_START_INSTANCE: 0
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ a community that can support user questions and develop new features to make
this software a useful tool for all users. As such, we welcome and encourage
any questions or submissions to this repository.

For more information on contributing to PyFluent, see [Contributing](https://fluentdocs.pyansys.com/contributing.html).
For more information on contributing to PyFluent, see [Contributing](https://fluent.docs.pyansys.com/contributing.html).
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ability to:
Documentation and issues
------------------------
For comprehesive information on PyFluent, see the latest release
`documentation <https://fluentdocs.pyansys.com>`_.
`documentation <https://fluent.docs.pyansys.com>`_.

On the `PyFluent Issues <https://github.com/pyansys/pyfluent/issues>`_ page, you can create
issues to submit questions, report bugs, and request new features. To reach
Expand Down

0 comments on commit c93c935

Please sign in to comment.