File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
name : >
2
2
Doc deploy dev action
3
3
4
- description : >
4
+ description : |
5
5
This action deploys the desired HTML documentation artifact containing the
6
6
development version of a library to the specified branch of a repository. By
7
7
default, the ``gh-pages`` branch of the current repository is assumed.
8
8
9
+ .. note::
10
+
11
+ If your project is using ``pyansys/actions@v3`` or lower and you would
12
+ like to update to this version of the actions, see the `guidelines for
13
+ migrating to the latest multi-version documentation layout
14
+ <https://dev.docs.pyansys.com/how-to/documenting/multi-version-migration-from-pyansys-actions-v3-to-pyansys-actions-v4>`_ .
15
+
9
16
inputs :
10
17
11
18
# Required inputs
Original file line number Diff line number Diff line change 1
1
name : >
2
2
Doc deploy stable action
3
3
4
- description : >
4
+ description : |
5
5
This action deploys the desired HTML documentation artifact containing the
6
6
stable version of a library to the specified branch of a repository. By
7
7
default, the ``gh-pages`` branch of the current repository is assumed.
8
8
9
+ .. note::
10
+
11
+ If your project is using ``pyansys/actions@v3`` or lower and you would
12
+ like to update to this version of the actions, see the `guidelines for
13
+ migrating to the latest multi-version documentation layout
14
+ <https://dev.docs.pyansys.com/how-to/documenting/multi-version-migration-from-pyansys-actions-v3-to-pyansys-actions-v4>`_ .
15
+
9
16
inputs :
10
17
11
18
# Required inputs
You can’t perform that action at this time.
0 commit comments