Skip to content

Commit

Permalink
CI: remove inclusive language check (#1140)
Browse files Browse the repository at this point in the history
* remove inclusive language check

in the documentation workflows where we pull the inclusive language check from, there was some issues with Vale from an update not pulling the correct dictionaries. Until this is fixed, disable the check

* add small change to activate docs checks
  • Loading branch information
nhennigan authored Mar 3, 2025
1 parent e38b156 commit 5319ad8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docs-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
with:
working-directory: docs/canonicalk8s

- name: Inclusive Language Check
id: woke-step
if: success() || failure()
uses: canonical/documentation-workflows/inclusive-language@main
with:
working-directory: docs/canonicalk8s
# - name: Inclusive Language Check
# id: woke-step
# if: success() || failure()
# uses: canonical/documentation-workflows/inclusive-language@main
# with:
# working-directory: docs/canonicalk8s

# continue-on-error: true
# - if: ${{ github.event_name == 'pull_request' && steps.spell-check.outcome == 'failure' }}
Expand Down
2 changes: 0 additions & 2 deletions docs/canonicalk8s/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ project's needs with
Canonical Kubernetes documentation <self>
```

---

```{toctree}
:hidden:
:titlesonly:
Expand Down

0 comments on commit 5319ad8

Please sign in to comment.