Skip to content

Commit

Permalink
DOC: add migration guidelines (#191)
Browse files Browse the repository at this point in the history
Co-authored-by: Revathy Venugopal <[email protected]>
  • Loading branch information
jorgepiloto and Revathyvenugopal162 authored Feb 27, 2023
1 parent 46206b2 commit 14da273
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion doc-deploy-dev/action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
name: >
Doc deploy dev action
description: >
description: |
This action deploys the desired HTML documentation artifact containing the
development version of a library to the specified branch of a repository. By
default, the ``gh-pages`` branch of the current repository is assumed.
.. note::
If your project is using ``pyansys/actions@v3`` or lower and you would
like to update to this version of the actions, see the `guidelines for
migrating to the latest multi-version documentation layout
<https://dev.docs.pyansys.com/how-to/documenting/multi-version-migration-from-pyansys-actions-v3-to-pyansys-actions-v4>`_ .
inputs:

# Required inputs
Expand Down
9 changes: 8 additions & 1 deletion doc-deploy-stable/action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
name: >
Doc deploy stable action
description: >
description: |
This action deploys the desired HTML documentation artifact containing the
stable version of a library to the specified branch of a repository. By
default, the ``gh-pages`` branch of the current repository is assumed.
.. note::
If your project is using ``pyansys/actions@v3`` or lower and you would
like to update to this version of the actions, see the `guidelines for
migrating to the latest multi-version documentation layout
<https://dev.docs.pyansys.com/how-to/documenting/multi-version-migration-from-pyansys-actions-v3-to-pyansys-actions-v4>`_ .
inputs:

# Required inputs
Expand Down

0 comments on commit 14da273

Please sign in to comment.