Skip to content

Commit

Permalink
Yardoc setup fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ParadoxV5 committed Aug 24, 2023
1 parent 4d050ef commit 33ea6f0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/documentation.yml
Expand Up @@ -2,7 +2,13 @@ name: Generate Documentation with YARD
on:
push:
branches: [main]
paths: [.github/workflows/documentation.yml, doc/**, lib/**, README.md]
paths:
- .github/workflows/documentation.yml
- .yardopts
- docs/**
- lib/**
- README.md

concurrency:
group: pages
cancel-in-progress: true
Expand Down
5 changes: 4 additions & 1 deletion .yardopts
@@ -1 +1,4 @@
--markup markdown --markup-provider commonmarker
--markup markdown
--markup-provider commonmarker
-
docs/**
File renamed without changes.

0 comments on commit 33ea6f0

Please sign in to comment.