We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 817f12a commit 08ea329Copy full SHA for 08ea329
1 file changed
.github/workflows/package-publish.yml
@@ -135,6 +135,9 @@ jobs:
135
git checkout -B api-docs origin/main
136
rm -rf docs
137
mv /tmp/generated-docs docs
138
+ git rm -f .gitmodules
139
+ git rm -f --cached sqlglot-integration-tests
140
+ rm -rf sqlglot-integration-tests
141
- name: Commit API docs
142
uses: stefanzweifel/git-auto-commit-action@v4
143
with:
0 commit comments