We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae68ea9 commit d052497Copy full SHA for d052497
.github/workflows/documentation.yml
@@ -27,7 +27,9 @@ jobs:
27
bundler-cache: true
28
- name: Build YARD documentation
29
id: build
30
- run: bundle exec yard doc
+ run: |
31
+ mkdir -p output/yard/
32
+ bundle exec yard doc
33
- name: Upload static files as artifact
34
id: deployment
35
uses: actions/upload-pages-artifact@v3 # https://github.com/actions/upload-pages-artifact
0 commit comments