Skip to content

Commit

Permalink
tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
akeeste committed Jan 29, 2025
1 parent c7343b5 commit afe19c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
run: |
cd docs
rm -rf _build/*
cp ../MHKiT-Python/examples/* source/*
cp ../MHKiT-Python/examples/* source/
sphinx-build -b html source _build/html
cp ../MHKiT-MATLAB/examples/*.html ./_build/html/mhkit-matlab/
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 afe19c5

Please sign in to comment.