File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ inputs:
47
47
48
48
decompress-artifact :
49
49
description : >
50
- Wether to decompress the artifact using using `ouch
50
+ Wether to decompress the artifact using `ouch
51
51
<https://github.com/ouch-org/ouch>`_ as decompression tool. Default value
52
52
is ``false``.
53
53
required : false
@@ -150,7 +150,7 @@ runs:
150
150
message : >
151
151
Create the 'versions.json' file if it does not exist. Note that this
152
152
step is not required in the 'doc-deploy-stable' action. The reason is
153
- that stable releases are born after a development version exists . This
153
+ that for a stable release to be created, a development version must exist . This
154
154
forces users to use this action before using the stable deploy one.
155
155
156
156
- name : " Create the 'versions.json' file if not present"
@@ -172,7 +172,7 @@ runs:
172
172
level : " INFO"
173
173
message : >
174
174
Generate an 'index.html' for redirection to the latest stable version
175
- of the documentation. If no stable version has been release , a
175
+ of the documentation. If no stable version has been released , a
176
176
redirection to the development documentation is generated.
177
177
178
178
You can’t perform that action at this time.
0 commit comments