Skip to content

Commit

Permalink
Merge pull request #1630 from jphickey/fix-1629-usersguide-warning-path
Browse files Browse the repository at this point in the history
Fix #1629, correct path to users guide warning log
  • Loading branch information
astrogeco committed Jun 17, 2021
2 parents c42d8d9 + 1155abb commit da76015
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 @@ -113,7 +113,7 @@ jobs:
- name: Build Usersguide
run: |
make usersguide > make_usersguide_stdout.txt 2> make_usersguide_stderr.txt
mv build/doc/warnings.log usersguide_warnings.log
mv build/docs/cfe-usersguide-warnings.log usersguide_warnings.log
- name: Archive Users Guide Build Logs
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit da76015

Please sign in to comment.