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

[CI] Reduce repo size by auto-trimming gh-pages branch #11653

Merged
merged 1 commit into from
Sep 13, 2022

Commits on Sep 8, 2022

  1. [CI] Use "force_orphan" option of GH action peaceiris/actions-gh-page…

    …s@v3
    
    With this change, the API documentation that we generate as part of our CI
    will overwrite the `gh-pages` branch, only keeping the latest generated
    documentation. This will reduce the repository size (when cloned, from
    close to 3GB to ~150M.
    
    As a consequence, we will lose the history of API documentation. It will
    still be possible to manually generate it locally (yarn docs).
    
    Fixes #11625
    
    Signed-off-by: Marc Dumais <[email protected]>
    marcdumais-work committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    973ad09 View commit details
    Browse the repository at this point in the history