Skip to content

Commit

Permalink
IC:2021-06-15, HOTFIX, Update API guide log path
Browse files Browse the repository at this point in the history
  • Loading branch information
astrogeco committed Jun 16, 2021
1 parent 68a2239 commit 1b6ab25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-osal-apiguide.yml
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 1b6ab25

Please sign in to comment.