Skip to content

Commit

Permalink
Update doc_builds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Oct 26, 2023
1 parent c71bbab commit 3cc460d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/doc_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
cd hdmf-common-schema
python -m pip install -r requirements-doc.txt
- name: Install the current hdmf-docutils
run: |
pip uninstall hdmf-docutils
pip install .
- name: Build HDMF-Common-Schema Docs
run: |
cd hdmf-common-schema
Expand All @@ -35,6 +40,11 @@ jobs:
cd nwb-schema
python -m pip install -r requirements-doc.txt
- name: Install the current hdmf-docutils
run: |
pip uninstall hdmf-docutils
pip install .
- name: Build NWB-Schema Docs
run: |
cd nwb-schema
Expand Down

0 comments on commit 3cc460d

Please sign in to comment.