Skip to content

Commit

Permalink
try adding commands to copy examples to docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akeeste committed Jan 29, 2025
1 parent 0f7cf3c commit c7343b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
run: |
cd docs
rm -rf _build/*
cp ../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
touch _build/html/.nojekyll

Expand Down

0 comments on commit c7343b5

Please sign in to comment.