Skip to content

Commit

Permalink
docs: clone zonopy
Browse files Browse the repository at this point in the history
  • Loading branch information
Orbital-Web committed Jan 13, 2024
1 parent 068393d commit aaa4b4a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ jobs:
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme myst_parser
eval `ssh-agent -s`
ssh-add - <<< '${{ secrets.ZONOPY_KEY }}'
git clone https://github.com/roahmlab/zonopy.git && cd zonopy && pip install -e . && cd ..
ssh-add - <<< '${{ secrets.ZONOPYROB_KEY }}'
git clone https://github.com/roahmlab/zonopy-robots && cd zonopy-robots && pip install -e . && cd ..
ssh-agent sh -c 'echo "${{ secrets.ZONOPY_KEY }}" | ssh-add - && git clone [email protected]:roahmlab/zonopy.git'
cd zonopy && pip install -e . && 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 . && cd ..
pip install -e .
- name: Sphinx build
run: |
Expand Down

0 comments on commit aaa4b4a

Please sign in to comment.