From bbc12a970b8f6c4fa78d10c3eeb8b2574b237cb9 Mon Sep 17 00:00:00 2001 From: Jacob Hageman Date: Mon, 11 Apr 2022 14:31:26 -0600 Subject: [PATCH] TEST - fix #447 --- .github/workflows/build-documentation.yml | 18 +++++++++++------- cfe | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index fa046e5a0..f8d530b00 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -42,7 +42,7 @@ jobs: run: | cp ./cfe/cmake/Makefile.sample Makefile cp -r ./cfe/cmake/sample_defs sample_defs - + - name: Make Prep run: make prep @@ -50,7 +50,7 @@ jobs: run: sudo apt-get install doxygen graphviz -y - name: Install PDF Generation Dependencies - if: ${{ github.event_name == 'push' && contains(github.ref, 'main')}} + if: ${{ github.event_name == 'push' # && contains(github.ref, 'main')}} run: | sudo apt-get install texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra @@ -62,10 +62,14 @@ jobs: key: doc-setup-buildnum-${{ github.run_number }} build-usersguide: - - needs: setup-doc-build - matrix: - targetname: [mission-doc, cfe-usersguide, osal-apiguide] + needs: setup-doc-build + strategy: + fail-fast: false + matrix: + targetname: [mission-doc, cfe-usersguide, osal-apiguide] + + steps: - name: Get Setup Cache id: cache-doc-setup uses: actions/cache@v2 @@ -103,7 +107,7 @@ jobs: fi - name: Generate PDF - if: ${{ github.event_name == 'push' && contains(github.ref, 'main')}} + if: ${{ github.event_name == 'push' # && contains(github.ref, 'main')}} run: | mkdir deploy cd ./build/docs/${{ matrix.targetname }}/latex @@ -121,7 +125,7 @@ jobs: deploy: needs: build-usersguide name: Deploy documents - if: ${{ github.event_name == 'push' && contains(github.ref, 'main')}} + if: ${{ github.event_name == 'push' # && contains(github.ref, 'main')}} steps: - name: Get All Artifacts diff --git a/cfe b/cfe index a6c6b65a4..97227714d 160000 --- a/cfe +++ b/cfe @@ -1 +1 @@ -Subproject commit a6c6b65a43fceb623bbac5bfc305c68b03317982 +Subproject commit 97227714d44184fc77e3dfd84027f73fd4e852ce