Skip to content

Commit

Permalink
Merge pull request #1078 from astrogeco/integration-candidate
Browse files Browse the repository at this point in the history
HOTFIX Integration Candidate:2021-06-15, osal-api-guide workflow
  • Loading branch information
astrogeco authored Jun 16, 2021
2 parents 68a2239 + 24a62a4 commit c339c38
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: "Build OSAL API Guide"
name: "Build OSAL Documentation (API Guide)"

on:
push:
pull_request:

jobs:

#Check for duplicate actions. Skips push actions if there is a matching or duplicate pull-request action.
#Check for duplicate actions. Skips push actions if there is a matching or duplicate pull-request action.
check-for-duplicates:
runs-on: ubuntu-latest
# Map a step output to a job output
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build OSAL API Guide
run: |
make osal-apiguide > make_osal-apiguide_stdout.txt 2> make_osal-apiguide_stderr.txt
mv build/doc/osal-apiguide-warnings.log osal-apiguide-warnings.log
mv build/docs/osal-apiguide-warnings.log osal-apiguide-warnings.log
- name: Archive Osal Guide Build Logs
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit c339c38

Please sign in to comment.