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.
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 ofgh_pages
is fine so we don't need to setdestination_dir
, just thepublish_dir
for where YARD puts its docs.