Skip to content

Commit

Permalink
Fix #272, Apply fix for Osal guide pdf generation
Browse files Browse the repository at this point in the history
  • Loading branch information
nmullane committed Jun 22, 2021
1 parent c2f1a2e commit af4ba7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
if: ${{ github.event_name == 'push' && contains(github.ref, 'main')}}
run: |
mkdir deploy
cd ./build/docs/osalguide/latex
cd ./build/docs/osalguide/apiguide/latex
make > build.txt
mv refman.pdf $GITHUB_WORKSPACE/deploy/OSAL_Users_Guide.pdf
# Could add pandoc and convert to github markdown
Expand Down

0 comments on commit af4ba7f

Please sign in to comment.