Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cpelley authored Jun 6, 2024
1 parent 66ed76e commit 80f3efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache: 'pip'

- name: Install dependencies
run: pip install .[docs]
run: pip install .

- name: Build documentation
run: ./docs/gen_docs dagrunner ./docs
Expand All @@ -35,4 +35,4 @@ jobs:
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git commit -am "Automated reference documentation update"
git push
git push

0 comments on commit 80f3efe

Please sign in to comment.