Skip to content

Commit

Permalink
Disable unused 'Build docs' action
Browse files Browse the repository at this point in the history
  • Loading branch information
padraic-shafer authored Feb 28, 2024
1 parent 4021e70 commit 1ea4237
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
pip install -r requirements-dev.txt
pip list
- name: Build Docs
run: make -C docs/ html
# TODO: Add doc source files to the repo
# - name: Build Docs
# run: make -C docs/ html

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 1ea4237

Please sign in to comment.