Skip to content

Commit

Permalink
Update breaking changes from starter-pack and improve workflow
Browse files Browse the repository at this point in the history
- There are recent breaking changes in canonical/sphinx-docs-starter-pack
that causes our workflow to fail. Updated those changes in COU to align.
- Update the workflow to only trigger documentation checks if a PR
modifies `docs/`. This will prevent un-necessary runs. I'm keeping the
on.push as is because I think it is good to have a way to notify us
about dependency breakage (those issues are not affecting live doc site).
  • Loading branch information
agileshaw committed Jan 16, 2024
1 parent f8ec12f commit 68baf05
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 177 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/automatic-doc-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Main Documentation Checks
on:
- push
- pull_request
paths:
- 'docs/**'
- workflow_dispatch

concurrency:
Expand Down
59 changes: 0 additions & 59 deletions docs/help-woke.rst

This file was deleted.

Loading

0 comments on commit 68baf05

Please sign in to comment.