Skip to content

Commit

Permalink
much nicer theme
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Dec 12, 2024
1 parent 8fcf5b7 commit 914e6a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
curl -L https://edamontology.org/EDAM.csv > metadata/EDAM.csv
make rebuild-search-index ACTIVATE_ENV=pwd
cat metadata/swagger.yaml | python bin/yaml2json.py > api/swagger.json
rdoc bin _plugins/ --output gtn_rdoc
rdoc bin _plugins/ --output gtn_rdoc --template rorvswild
- name: Build Site
run: |
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ gem 'commander'

# RO-Crates
gem 'rubyzip', '~> 2.3.0'

gem 'rorvswild_theme_rdoc'
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.3.9)
rorvswild_theme_rdoc (0.2)
rouge (4.1.3)
rubyzip (2.3.2)
safe_yaml (1.0.5)
Expand Down Expand Up @@ -131,6 +132,7 @@ DEPENDENCIES
kwalify
nokogiri (>= 1.10.4)
pkg-config
rorvswild_theme_rdoc
rubyzip (~> 2.3.0)
webrick

Expand Down

0 comments on commit 914e6a2

Please sign in to comment.