From 6bf689f9929c5b5ca04b1a26c1a4033e6192e378 Mon Sep 17 00:00:00 2001 From: krmoore2 Date: Tue, 27 Jan 2026 15:43:04 -0500 Subject: [PATCH] Fix #875, Disable build-mission-doc workflow and remove README link until issue #877 is resolved, see: https://github.com/nasa/cFS/issues/877 --- .github/workflows/build-documentation.yml | 2 +- README.md | 1 - cfe | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index 484152f0e..ab68bda86 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -57,7 +57,7 @@ jobs: name: Build cFS documents uses: nasa/cFS/.github/workflows/build-deploy-doc.yml@main with: - target: "[\"cfe-usersguide\", \"osal-apiguide\", \"mission-doc\"]" + target: "[\"cfe-usersguide\", \"osal-apiguide\"]" cache-key: cfs-doc-${{ github.run_id }}-${{ github.run_attempt }} deploy: false diff --git a/README.md b/README.md index b7a4f709e..424ad3685 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,6 @@ More information is available on the [cFS Website](). - [cFE User's Guide]() - [OSAL User's Guide]() -- [Combined Mission documentation]() - [cFE App Developer's Guide]() - [Training documentation]() - [cFS Overview]() diff --git a/cfe b/cfe index 215e22437..70b80172f 160000 --- a/cfe +++ b/cfe @@ -1 +1 @@ -Subproject commit 215e2243735c2e2465fcf8629c29af5ba22d4d33 +Subproject commit 70b80172f4f503704adbd6d3c2c2ade1e61b4cf0