Skip to content

Commit 7899590

Browse files
author
Pankaj Agrawal
committed
chore: fix docs build
1 parent 9f76dc8 commit 7899590

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ jobs:
2727
echo "SOURCE_BRANCH=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
2828
echo "SOURCE_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
2929
- name: Build docs website
30-
run: make build-docs-website
30+
run: |
31+
echo "GIT_PYTHON_REFRESH=quiet"
32+
make build-docs-website

0 commit comments

Comments
 (0)