Skip to content

Commit

Permalink
FIX: typo in the actions description (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxJPRey authored and jorgepiloto committed Feb 27, 2023
1 parent 2f498d0 commit d12ffea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc-deploy-dev/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ inputs:

decompress-artifact:
description: >
Wether to decompress the artifact using using `ouch
Wether to decompress the artifact using `ouch
<https://github.com/ouch-org/ouch>`_ as decompression tool. Default value
is ``false``.
required: false
Expand Down Expand Up @@ -150,7 +150,7 @@ runs:
message: >
Create the 'versions.json' file if it does not exist. Note that this
step is not required in the 'doc-deploy-stable' action. The reason is
that stable releases are born after a development version exists. This
that for a stable release to be created, a development version must exist. This
forces users to use this action before using the stable deploy one.
- name: "Create the 'versions.json' file if not present"
Expand All @@ -172,7 +172,7 @@ runs:
level: "INFO"
message: >
Generate an 'index.html' for redirection to the latest stable version
of the documentation. If no stable version has been release, a
of the documentation. If no stable version has been released, a
redirection to the development documentation is generated.
Expand Down

0 comments on commit d12ffea

Please sign in to comment.