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 1fdeb83 commit 42c04b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:
jobs:
sphinx_doc:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/publish-sphinx-tmp' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/publish-sphinx' }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand All @@ -17,8 +17,6 @@ jobs:
echo "pip version: "`pip --version`
pip install Sphinx==5.3.0 sphinxcontrib-programoutput==0.17 sphinx-rtd-theme==1.1.0 \
GitPython==3.1.24 Cerberus==1.3.4
#python -m venv "${GITHUB_WORKSPACE}/.virtualenv" \
#&& pip install --requirement "${GITHUB_WORKSPACE}/python-virtualenvs/multigit-development.requirements"
- name: Sphinx build
run: |
cd "${GITHUB_WORKSPACE}/src" && make doc
Expand Down

0 comments on commit 42c04b3

Please sign in to comment.