-
Notifications
You must be signed in to change notification settings - Fork 0
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
add github-pages workflow #394
Conversation
# TODO: uncomment this before merge | ||
# if: github.ref == 'refs/heads/main' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO - this will guard against whatever PRs deploying.
I want to test deploy so this is temp disabled
# TODO: uncomment this before merge | |
# if: github.ref == 'refs/heads/main' | |
if: github.ref == 'refs/heads/main' |
- main | ||
tags: | ||
- 'v*.*.*' | ||
- '!v*.*.*-*' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
protect against deploying RC candidates like v0.2.0-dev
or v0.2.0-2
tags: | ||
- 'v*.*.*' | ||
- '!v*.*.*-*' | ||
pull_request: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this means PRs run generate:docs
- I guess this is important / good so we know if our production docs are gonna get wrecked?
Couple of questions:
|
@frankiebee can you turn on GH-PAGES or give us the keys plz? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great lets see if it works
deploy the docs yo