• Martin Atkins's avatar
    build: Build docs source package as part of the release pipeline · 218e55b2
    Martin Atkins authored
    This should eventually grow to be a step that actually verifies the
    validity of the docs source prior to publishing the artifact that a
    downstream publishing pipeline can consume, but for the moment it's really
    just a placeholder since we have no such validation step and no downstream
    pipeline consuming this artifact.
    
    The general idea here is that the artifacts from this workflow should be
    sufficient for all downstream release steps to occur without any direct
    access to the Terraform CLI repository, and so this is intended to
    eventually meet that ideal but as of this commit the website docs
    publishing step _does_ still depend on direct access to this repository.
    218e55b2