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: ensure dist/docs is a directory during build #202

Merged
merged 1 commit into from
Jul 5, 2022
Merged

Commits on Jun 30, 2022

  1. fix: ensure dist/docs is a directory during build

    A recent change seems to have removed the creation of the `dist/docs/`
    folder during the build and as such, the `cp` command we invoke was
    renaming the JSON docs file as a new file with the name `docs`.
    
    This change ensures a folder called `dist/docs/` is created if one
    is not already present.
    dpopp07 committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    aacb754 View commit details
    Browse the repository at this point in the history