Skip to content

Commit d12ffea

Browse files
MaxJPReyjorgepiloto
authored andcommitted
FIX: typo in the actions description (#197)
1 parent 2f498d0 commit d12ffea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc-deploy-dev/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ inputs:
4747

4848
decompress-artifact:
4949
description: >
50-
Wether to decompress the artifact using using `ouch
50+
Wether to decompress the artifact using `ouch
5151
<https://github.com/ouch-org/ouch>`_ as decompression tool. Default value
5252
is ``false``.
5353
required: false
@@ -150,7 +150,7 @@ runs:
150150
message: >
151151
Create the 'versions.json' file if it does not exist. Note that this
152152
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
154154
forces users to use this action before using the stable deploy one.
155155
156156
- name: "Create the 'versions.json' file if not present"
@@ -172,7 +172,7 @@ runs:
172172
level: "INFO"
173173
message: >
174174
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
176176
redirection to the development documentation is generated.
177177
178178

0 commit comments

Comments
 (0)