Skip to content

Commit

Permalink
Merge pull request #24 from punch-mission/develop
Browse files Browse the repository at this point in the history
Fix docs deploy
  • Loading branch information
jmbhughes authored Dec 11, 2023
2 parents 812a201 + 0e3b19e commit 75aff76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
deploy-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# Install dependencies
- name: Set up Python 3.10
Expand All @@ -21,6 +21,9 @@ jobs:

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

0 comments on commit 75aff76

Please sign in to comment.