Skip to content

Commit

Permalink
fix doc to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmud1 authored Sep 11, 2024
1 parent 21e46ec commit 1f0d53e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,16 +219,16 @@ jobs:
if: env.SKIP == 'false'
run: |
rm -rf public
mkdir -p public/doc
mkdir -p public/docs
mkdir -p public/images/
mkdir -p public/coverage
mkdir -p public/test_reports
cp -r docs/_build/html/* public/doc/
cp -r docs/_build/html/* public/docs/
# cp -r htmlcov/* public/coverage/
# cp report.html public/test_reports/
# ls -al public
ls -al public/doc
ls -al public/docs
# ls -al public/coverage
# ls -al public/test_reports
shell: bash
Expand Down

0 comments on commit 1f0d53e

Please sign in to comment.