Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 668 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 668 Bytes

multi-project docs

Documentation for NSLS-II DAQ and Analysis

Developer Documentation

This repo and others build the sphinx on Travis-CI and force-push the build products to the repo NSLS-II/NSLS-II.github.io.

If you haven't done this before:

gem install travis
travis login

Then:

ssh-keygen -t rsa -C "bluesky-docs-deploy"
travis encrypt-file bluesky-docs-deploy --repo NSLS-II/bluesky
git add bluesky-docs-deploy.enc

Copy the openssl ... line output from the travis... command above and use it in the .travis.yml.

Add the public key, bluesky-docs-deploy.pub, as a "Deploy Key" in the settings of the NSLS-II.github.io repository.