Skip to content

Commit 21a9f98

Browse files
committed
Filter out antlr in docs
1 parent 2315808 commit 21a9f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
pip install python-docstring-markdown
4545
mkdir -p docs_tmp
46-
cp -r src/proto_schema_parser docs_tmp
46+
cp -r proto_schema_parser docs_tmp
4747
rm -rf docs_tmp/proto_schema_parser/antlr
4848
python -m python_docstring_markdown docs_tmp/proto_schema_parser DOCUMENTATION.md
4949
rm -rf docs_tmp

0 commit comments

Comments
 (0)