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 d052497 commit 67bc7b0Copy full SHA for 67bc7b0
.github/workflows/documentation.yml
@@ -27,9 +27,7 @@ jobs:
27
bundler-cache: true
28
- name: Build YARD documentation
29
id: build
30
- run: |
31
- mkdir -p output/yard/
32
- bundle exec yard doc
+ run: bundle exec yard doc --output-dir /github/workspace/output/yard/
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