-
Notifications
You must be signed in to change notification settings - Fork 1
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 preview workflow #279
base: main
Are you sure you want to change the base?
Add preview workflow #279
Conversation
.github/workflows/preview.yml
Outdated
# we run our artifact directly please use the prebuild | ||
# elastic/docs-builder@main GitHub Action for all other repositories! | ||
- name: Build documentation | ||
run: .artifacts/publish/docs-builder/release/docs-builder --strict |
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.
Should we cache this from the pr.yml
build and then move the general docs build as part of this workflow ?
In other words we make this depend on the pr workflow.
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.
.github/workflows/preview.yml
Outdated
# elastic/docs-builder@main GitHub Action for all other repositories! | ||
- name: Build documentation | ||
run: .artifacts/publish/docs-builder/release/docs-builder --strict | ||
- name: Generate AWS Role ARN |
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.
I think we also want to extend our publish
github action to include this.
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.
Some general comments (realizing this is a draft).
9657bdb
to
c0a2f5b
Compare
No description provided.