Skip to content

Commit

Permalink
modify website workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkuhn committed Oct 22, 2024
1 parent cf9835b commit 254353c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
export DEBIAN_FRONTEND=noninteractive
python3 -m pip install --upgrade pip
pip3 install sphinx sphinx_rtd_theme sphinx_toolbox sphinx_copybutton m2r
pip3 install sphinx sphinx_rtd_theme sphinx_toolbox sphinx_copybutton sphinx-mdinclude
- name: Build
run: |
echo "::add-matcher::.github/problem-matchers/sphinx.json"
Expand Down
2 changes: 1 addition & 1 deletion exawind/NREL_Phase_VI_Turbine/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- This file is automatically compiled into the website. Begin headings with ##, not #, to avoid breaking the website heading hierarchy. -->
<!-- This file is automatically compiled into the website. Begin headings with ## (or lower), not #, to avoid breaking the website heading hierarchy. -->

## NREL Phase VI Turbine

Expand Down

0 comments on commit 254353c

Please sign in to comment.