Skip to content

Commit

Permalink
Fix data model doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera authored and ktf committed Sep 12, 2024
1 parent 7e69929 commit b084166
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/datamodel-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
run: |
python3 -m pip install --user -U numpy nltk
python3 -m nltk.downloader -d ~/nltk_data punkt
python3 -m nltk.downloader -d ~/nltk_data punkt_tab
- name: Generate documentation
run: exec bash -exo pipefail O2/scripts/datamodel-doc/update-datamodel.sh
Expand All @@ -71,7 +72,7 @@ jobs:
# Send pull request
# We need to use "gh" ourselves because alisw/pull-request gets
# confused when multiple repos are checked out.
GH_TOKEN="$GITHUB_TOKEN" gh pr create -B master \
GH_TOKEN="$GITHUB_TOKEN" gh pr create -R AliceO2Group/analysis-framework -B master \
--no-maintainer-edit -t 'Automatic data model update' -b "This update \
to the data model documentation was automatically created from \
tonight's O2 dev branch." || true
Expand Down

0 comments on commit b084166

Please sign in to comment.