Skip to content

Commit 8ea6ce2

Browse files
committed
Fix whitespace issues
1 parent 8fea6e9 commit 8ea6ce2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

exasol/toolbox/release/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def extract_release_notes(file: str | Path) -> str:
9292
lines = f.readlines()[1:]
9393
content = "".join(lines)
9494
content = cleandoc(content)
95+
content += "\n"
9596
return content
9697

9798

exasol/toolbox/templates/github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Publish Documentation
22

3-
on:
3+
on:
44
workflow_call:
55
workflow_dispatch:
66

0 commit comments

Comments
 (0)