Currently, the docs build check action fails. The reason is that setup-node with yarn caching throws an error when yarn cache directory doesn't exist. The action throws an error to prevent saving empty folder, see https://github.com/actions/setup-node/issues/317. This PR is a workaround for that.
Currently, the docs build check action fails. The reason is that setup-node with yarn caching throws an error when yarn cache directory doesn't exist. The action throws an error to prevent saving empty folder, see https://github.com/actions/setup-node/issues/317. This PR is a workaround for that.