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 c59a977 commit 57ee11fCopy full SHA for 57ee11f
.github/workflows/gh-pages.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/configure-pages@v5
31
- name: Build with RDoc
32
# Outputs to the './_site' directory by default
33
- run: bundle exec rake rdoc
+ run: rake rdoc
34
- name: Upload artifact
35
uses: actions/upload-pages-artifact@v3
36
0 commit comments