-
Notifications
You must be signed in to change notification settings - Fork 3
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
Docs site versions #96
Conversation
doc/deploy is failing with error
|
I forgot to update |
@kelly-sovacool , @samarth8392 |
Yes, the |
You'll notice that there is no workflow file in |
Changes
Configures the docs site + github action to host multiple versions
One-time set up steps:
delete all files in gh-pages
check out the previous release tag and deploy it
set the default landing page:
deploy the dev version from main
After this PR is merged into main, from then on the
dev
version will be updated automatically when new commits are merged into main, and thelatest
version will automatically be set to the latest release.Issues
resolves #95
PR Checklist
(
Strikethroughany points that are not applicable.)CHANGELOG.md
with a short description of any user-facing changes and reference the PR number. Guidelines: https://keepachangelog.com/en/1.1.0/