Skip to content

Commit

Permalink
IC:2021-06-01, HOTFIX documentation build errors
Browse files Browse the repository at this point in the history
cFE, Remove deprecataed items from doxygen references
osal, rename osalguide warnings log files
cFS-Bundle, use new osalguide logfile in documentation build workflow
  • Loading branch information
astrogeco committed May 28, 2021
1 parent dc8b722 commit f776777
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
SIMULATION: native

jobs:
#Checks for duplicate actions. Skips push actions if there is a matching or duplicate pull-request action.
#Checks for duplicate actions. Skips push actions if there is a matching or duplicate pull-request action.
checks-for-duplicates:
runs-on: ubuntu-latest
# Map a step output to a job output
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
build-osalguide:
# Name the Job
needs: checks-for-duplicates
if: ${{ needs.checks-for-duplicates.outputs.should_skip != 'true' }}
if: ${{ needs.checks-for-duplicates.outputs.should_skip != 'true' }}
name: Osal Guide
# Set the type of machine to run on
runs-on: ubuntu-18.04
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
- name: Build OSAL Guide
run: |
make osalguide > make_osalguide_stdout.txt 2> make_osalguide_stderr.txt
mv build/doc/warnings.log osalguide_warnings.log
mv build/doc/osalguide/osal-apiguide-warnings.log osal-apiguide-warnings.log
- name: Archive Osal Guide Build Logs
Expand All @@ -196,7 +196,7 @@ jobs:
path: |
make_osalguide_stdout.txt
make_osalguide_stderr.txt
osalguide_warnings.log
osal-apiguide-warnings.log
- name: Error Check
Expand All @@ -208,8 +208,8 @@ jobs:
- name: Warning Check
run: |
if [[ -s osalguide_warnings.log ]]; then
cat osalguide_warnings.log
if [[ -s osal-apiguide-warnings.log ]]; then
cat osal-apiguide-warnings.log
exit -1
fi
Expand Down
2 changes: 1 addition & 1 deletion cfe
2 changes: 1 addition & 1 deletion osal
Submodule osal updated 1 files
+1 −1 doc/src/CMakeLists.txt

0 comments on commit f776777

Please sign in to comment.