Skip to content

Commit

Permalink
docs: zonopy 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Orbital-Web committed Jan 13, 2024
1 parent 78a6680 commit 212fe97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
run: |
pip install sphinx sphinx_rtd_theme myst_parser
ssh-agent sh -c 'echo "${{ secrets.ZONOPY_KEY }}" | ssh-add - && git clone [email protected]:roahmlab/zonopy.git'
cd zonopy && pip install -e . && cd ..
cd zonopy && pip install -e . --no-dependencies && cd ..
ssh-agent sh -c 'echo "${{ secrets.ZONOPYROB_KEY }}" | ssh-add - && git clone [email protected]:roahmlab/zonopy-robots.git'
cd zonopy-robots && pip install -e . --no-dependencies && cd ..
pip install -e . --no-dependencies && cd ..
pip install -e .
- name: Sphinx build
run: |
sphinx-build docs/source docs/build
Expand Down

0 comments on commit 212fe97

Please sign in to comment.