Skip to content

Commit 9acb19a

Browse files
committed
When generating docs, add etc/doap files to yard output.
1 parent c3e291d commit 9acb19a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/generate-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
run: gem install yard --no-document
2020
- name: Build YARD Ruby Documentation
2121
run: yardoc
22+
- name: Copy etc files
23+
run: mkdir -p ./doc/yard/etc && cp ./etc/doap.* ./doc/yard/etc/
2224
- name: Deploy
2325
uses: peaceiris/actions-gh-pages@v3
2426
with:

0 commit comments

Comments
 (0)