snowplow / snowplow-ruby-tracker

Snowplow event tracker for Ruby. Add analytics to your Ruby and Rails apps and gems
http://snowplowanalytics.com
22 stars 24 forks source link

Fix publish directory for GitHub Pages (close #162) #163

Closed paulboocock closed 3 years ago

paulboocock commented 3 years ago

This should just need merging to master. No need to tag or anything.

The reason we need this line is that I think we misunderstood the publish_dir option. This is the directory that the documentation has been published into (by YARD), not where it will do the publishing (thats destination_dir). Deploying into the root of gh_pages is fine so we don't need to set destination_dir, just the publish_dir for where YARD puts its docs.