Skip to content

Commit

Permalink
Merge pull request #486 from greg0ire/address-warnings
Browse files Browse the repository at this point in the history
Address warnings
  • Loading branch information
SenseException authored Oct 6, 2024
2 parents 25fdfc4 + 399638a commit cc5213a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "Documentation"

on:
pull_request:
branches:
- "*.x"
paths:
- ".github/workflows/documentation.yml"
- "docs/**"
push:
branches:
- "*.x"
paths:
- ".github/workflows/documentation.yml"
- "docs/**"

jobs:
documentation:
name: "Documentation"
uses: "doctrine/.github/.github/workflows/documentation.yml@5.1.0"
2 changes: 2 additions & 0 deletions docs/en/sidebar.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:orphan:

.. toctree::
:caption: How-to guides
:depth: 3
Expand Down

0 comments on commit cc5213a

Please sign in to comment.