Skip to content

Commit b233eed

Browse files
committed
Fixes
1 parent 7ba86c7 commit b233eed

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
git clone https://x-access-token:${{ secrets.PAT }}@github.com/$GITHUB_REPOSITORY -b gh-pages public
2626
pip install -r requirements.txt
27-
python scripts/generate-rule-docs.py -r tmp-rules -o docs/Rules
27+
python scripts/generate-rule-docs.py -r tmp-rules -o docs/rules
2828
rm -rf tmp-rules
2929
mkdocs build --verbose --clean
3030

scripts/generate-rule-docs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def parse(rule_file: str):
4242
break
4343
raw_yaml = "\n".join(metadata_lines)
4444
metadata = yaml.load(raw_yaml, Loader=yaml.SafeLoader)
45-
print(metadata)
4645
return metadata
4746

4847
def generate_rules_docs(rules_dir: str, output_dir: str):

0 commit comments

Comments
 (0)