Skip to content

Commit a315c47

Browse files
authoredAug 24, 2023
Removed gh_pages workflow (#189)
This workflow does not add any value to this repo since the users can already access the doc of this gem here https://rubydoc.info/find/gems?q=opensearch-ruby Removing this also reduces the maintenance overhead. Signed-off-by: Theo Truong <theotr@amazon.com>
1 parent ea0c1c1 commit a315c47

File tree

2 files changed

+1
-34
lines changed

2 files changed

+1
-34
lines changed
 

‎.github/workflows/gh_pages.yml

-33
This file was deleted.

‎Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ require 'rspec/core/rake_task'
2828
require 'rake/testtask'
2929
require 'mkmf'
3030

31-
desc 'Generate documentation to be published to gh-pages'
31+
desc 'Generate documentation for preview'
3232
task :gh_pages do
3333
yard_cmd = 'yard doc --embed-mixins --markup=rdoc --output-dir docs ./docs lib/**/*.rb'
3434
Kernel.system yard_cmd

0 commit comments

Comments
 (0)