Skip to content

Commit

Permalink
changed docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcoldea committed Dec 13, 2023
1 parent 7550baa commit e718ae1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/docs_allure_reports_generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,8 @@ jobs:
- name: Make the Codebase Reference sphinx docs
run: |
cd docs/codebase_docs/
sphinx-apidoc -o source ../../CodeListLibrary_project
cd source
del "clinicalcode.migrations.rst"
cd ..
sphinx-build -b html source ..
cd docs/codebase_docs/ sphinx-apidoc -o source ../../CodeListLibrary_project
sphinx-build -b html source ../gh-pages/docs/
- name: Copy Documentation
if: startsWith(github.ref, 'refs/heads/test-ghpages-override')
Expand Down

0 comments on commit e718ae1

Please sign in to comment.