Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Exclude vendor directory when generating rdoc
  • Loading branch information
wildmaples committed Mar 30, 2022
commit 762ae531958c5064f4a765ff91a3d2ea6b415595
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install rdoc and generate docs 🔧
run: |
gem install rdoc
rdoc --op rdocs
rdoc --op rdocs --exclude={Gemfile,Rakefile,"vendor/*","bin/*","test/*"}

- name: Deploy 🚀
uses: peaceiris/actions-gh-pages@v3
Expand Down