Skip to content

Commit

Permalink
Documentation created again
Browse files Browse the repository at this point in the history
  • Loading branch information
KDharmarajanDev committed Feb 27, 2024
1 parent 183d318 commit 392a1c4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/create-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,20 @@ jobs:
with:
python-version: '3.8.18'

- name: Change to xembody Directory
run: cd xembody
working-directory: xembody

- name: Install dependencies
working-directory: xembody
run: |
python -m pip install --upgrade pip
pip install -e .[docs]
- name: Build Documentation
working-directory: xembody
run: |
make -C docs/ html # Assuming your Sphinx documentation is located in a directory named "docs"
- name: Upload Documentation Artifacts
uses: actions/upload-artifact@v2
working-directory: xembody
with:
name: docs
path: docs/build/html # Adjust this path if your Sphinx output is in a different directory

0 comments on commit 392a1c4

Please sign in to comment.