Skip to content

Commit

Permalink
edit gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinem committed Aug 31, 2024
1 parent e9bb47d commit 8478dc0
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/configure-pages@v5
- name: Build with RDoc
# Outputs to the './_site' directory by default
run: bundle exec rake rdoc
run: bundle exec rdoc --template=rorvswild
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

Expand Down
5 changes: 5 additions & 0 deletions lib/rdoc/generator/rorvswild.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ class RDoc::Generator::Darkfish

BUILTIN_STYLE_ITEMS = # :nodoc:
%w[
css/fonts.css
fonts/MonaspaceNeon-Bold.woff
fonts/MonaspaceNeon-Bold.woff2
fonts/MonaspaceNeon-Regular.woff
fonts/MonaspaceNeon-Regular.woff2
css/rdoc.css
]

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 8478dc0

Please sign in to comment.