Skip to content

Commit

Permalink
Merge pull request #8407 from NREL/fix_documentation_gh-actions
Browse files Browse the repository at this point in the history
Fix #8406 - Fix the failing 'documentation' github actions workflow
  • Loading branch information
Myoldmopar committed Dec 2, 2020
2 parents 7574780 + 6fbd8c8 commit 2ebb7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: 3.7

- name: Set up LaTeX
run: sudo apt-get install texlive texlive-xetex texlive-science
run: sudo apt update && sudo apt install -y texlive texlive-xetex texlive-science

- name: Create Build Environment
run: cmake -E make_directory ${{runner.workspace}}/EnergyPlus/doc/build
Expand Down

1 comment on commit 2ebb7d5

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (Myoldmopar) - x86_64-MacOS-10.15-clang-11.0.0: OK (2277 of 2277 tests passed, 0 test warnings)

Build Badge Test Badge

Please sign in to comment.