Skip to content

Commit

Permalink
github action added to build sphinx-based doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmnavarrol committed Sep 23, 2023
1 parent ca1557f commit 9fa7c01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
echo "project dir is '${BME_PROJECT_DIR}'"
pip --version
pip install -r python-virtualenvs/multigit-development.requirements
- name: Sphinx build
run: |
Expand Down

0 comments on commit 9fa7c01

Please sign in to comment.