Skip to content

Commit

Permalink
Docs build check: Remove .git/hooks to avoid git-lfs error.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsrabin committed Oct 13, 2024
1 parent e12bd1e commit 4bce938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ jobs:
# Build documentation under ${PWD}/_build
- name: Build Sphinx docs with doc-builder
run: |
cd doc && ./build_docs -b ${PWD}/_build -c
rm -r .git/hooks && cd doc && ./build_docs -b ${PWD}/_build -c

0 comments on commit 4bce938

Please sign in to comment.