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

Fix release documentation github action #3844

Merged
merged 1 commit into from
Nov 7, 2023

Commits on Nov 6, 2023

  1. CI: fix upload error in full documentation

    Problem
    Building the full documentation with sphynx leads to the generation
    of a .doctree directory. This directory is composed of a file
    environment.pickle which has size > 100 Mb. Thus, the upload step of
    the full documentation workflow fails due to the size of such file (git
    does not allow files of > 100 Mb without using lfs).
    
    Solution
    Since the .doctree directory should not be versioned at all, we had a
    build-finished event to delete to .doctree directory after the
    documentation build.
    SMoraisAnsys committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    1865007 View commit details
    Browse the repository at this point in the history