Skip to content

Commit

Permalink
typo in docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akeeste committed Jan 29, 2025
1 parent afe19c5 commit 21622af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
cd docs
rm -rf _build/*
cp ../MHKiT-Python/examples/* source/
cp -r ../MHKiT-Python/examples/* source/
sphinx-build -b html source _build/html
cp ../MHKiT-MATLAB/examples/*.html ./_build/html/mhkit-matlab
# Create .nojekyll file to prevent GitHub Pages from ignoring files that begin with an underscore
Expand Down

0 comments on commit 21622af

Please sign in to comment.