Skip to content

Commit 08ea329

Browse files
authored
Chore: avoid git submodule errors when publishing API docs (#7526)
1 parent 817f12a commit 08ea329

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/package-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ jobs:
135135
git checkout -B api-docs origin/main
136136
rm -rf docs
137137
mv /tmp/generated-docs docs
138+
git rm -f .gitmodules
139+
git rm -f --cached sqlglot-integration-tests
140+
rm -rf sqlglot-integration-tests
138141
- name: Commit API docs
139142
uses: stefanzweifel/git-auto-commit-action@v4
140143
with:

0 commit comments

Comments
 (0)