[libcxx-commits] [PATCH] D92076: [libc++] [www] Migrate C++ status pages to RestructuredText (RST).

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 25 08:04:48 PST 2020


curdeius added a comment.

Just thinking out loud, would it be a good idea to add documentation artifacts to BuildKite?
I mean changing buildkite-pipeline.yml:

  - label: "Documentation"
    command: "libcxx/utils/ci/run-buildbot documentation"
    artifact_paths:
      - "**/test-results.xml"
      - "projects/libcxx/docs/html/**/*" # <<<<<<<<<<<<<<<< added


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92076/new/

https://reviews.llvm.org/D92076



More information about the libcxx-commits mailing list