Skip to content

Commit

Permalink
Merge pull request #22 from jaredhendrickson13/add_pdoc_dep
Browse files Browse the repository at this point in the history
Fix development requirements install in documentation workflow
  • Loading branch information
jaredhendrickson13 committed Nov 15, 2022
2 parents e7f2b60 + 377212a commit f859f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build documentation
run: |
python -m pip install --upgrade pip
python3 -m pip install requirements-dev.txt
python3 -m pip install -r requirements-dev.txt
python3 -m pip install .
pdoc3 simple_acme_dns --html --force --output-dir docs/html
- name: Upload artifact
Expand Down

0 comments on commit f859f33

Please sign in to comment.