Skip to content

Commit

Permalink
testing pr pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
manas-yu committed Dec 18, 2024
1 parent 2143aab commit fded102
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Deploy to Wiki

on:
pull_request:
paths:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class CustomHtmlContentHandler private constructor(
originalContentHandler?.characters(ch, start, length)
}


override fun endDocument() {
originalContentHandler?.endDocument()
originalContentHandler = null // There's nothing left to read.
Expand Down

0 comments on commit fded102

Please sign in to comment.