Skip to content

Commit

Permalink
Merge pull request #32 from punch-mission/develop
Browse files Browse the repository at this point in the history
Fix docs GH action to use private key
  • Loading branch information
jmbhughes authored Jan 26, 2024
2 parents 14c7f22 + 6b247d4 commit e61c065
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

- name: Install dependencies
run: |
eval `ssh-agent -s`
ssh-add - <<< '${{ secrets.PRIVATE_SSH_KEY }}'
pip install -r ./docs/requirements.txt
pip install -r requirements.txt
Expand Down

0 comments on commit e61c065

Please sign in to comment.