Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable deployment of demo site to Github pages #5

Open
broadwell opened this issue Feb 5, 2019 · 2 comments
Open

Enable deployment of demo site to Github pages #5

broadwell opened this issue Feb 5, 2019 · 2 comments
Assignees

Comments

@broadwell
Copy link
Contributor

Target URL would be https://sul-cidr.github.io/scriptchart

@broadwell
Copy link
Contributor Author

This one is close to being done, at least as a first instance. The primary changes involved were:

  1. adding the github-pages Jekyll plugin Ruby gem to the Gemfile; this basically locks all other gems to versions that are supported by Github pages (so some other gems had to be downversioned as a result), and
  2. adding the gh-pages Node module to package.json and a further entry in 'scripts' to enable the use of gh-pages to deploy a built site (built via 'yarn build') to the github-pages branch associated with the scriptchart repo.

@broadwell
Copy link
Contributor Author

Next steps: consider creating multiple deployment targets on Github Pages, one for a stable/staging version of the site (perhaps use the existing scriptchart path for this) and one that is used to demonstrate and test experimental features (perhaps scriptchart-dev).

@broadwell broadwell self-assigned this May 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant