diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index f5b0f4a3c..34c21c50b 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -24,7 +24,7 @@ jobs: run: | # TODO: There are (small) diffs between cfbs pretty and prettier # https://northerntech.atlassian.net/browse/CFE-4571 - cfengine dev docs-format + cfengine dev format-docs - name: Check if there are changes run: | git diff --exit-code diff --git a/README.md b/README.md index a74f6e86e..18371cdbf 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ npm install --global prettier And run the command: ``` -cfengine dev docs-format +cfengine dev format-docs ``` ## Documentation structure