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

Split docs build and publish #2054

Merged

Conversation

martincostello
Copy link
Member

Separate the build and publish process for the documentation into two jobs so the concurrency only applies to publishing.

This should stop PRs being opened around the same time as each other (e.g. dependabot) having the docs jobs cancelled by GitHub.

Separate the build and publish process for the documentation into two jobs so the concurrency only applies to publishing.
@martincostello martincostello added enhancement github_actions Pull requests that update GitHub Actions code labels Apr 11, 2024
Copy link

codecov bot commented Apr 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.67%. Comparing base (9084bb0) to head (8e2a99a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2054   +/-   ##
=======================================
  Coverage   83.67%   83.67%           
=======================================
  Files         312      312           
  Lines        7105     7105           
  Branches     1054     1054           
=======================================
  Hits         5945     5945           
  Misses        789      789           
  Partials      371      371           
Flag Coverage Δ
linux ?
macos ?
windows 83.67% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@martincostello martincostello merged commit 9ccc6c6 into App-vNext:main Apr 12, 2024
18 checks passed
@martincostello martincostello deleted the split-docs-build-and-publish branch April 12, 2024 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation enhancement github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants