We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e291d commit 9acb19aCopy full SHA for 9acb19a
1 file changed
.github/workflows/generate-docs.yml
@@ -19,6 +19,8 @@ jobs:
19
run: gem install yard --no-document
20
- name: Build YARD Ruby Documentation
21
run: yardoc
22
+ - name: Copy etc files
23
+ run: mkdir -p ./doc/yard/etc && cp ./etc/doap.* ./doc/yard/etc/
24
- name: Deploy
25
uses: peaceiris/actions-gh-pages@v3
26
with:
0 commit comments