Skip to content

Commit 262adf3

Browse files
committed
Clean up
1 parent ad5b9d7 commit 262adf3

File tree

2 files changed

+2
-75
lines changed

2 files changed

+2
-75
lines changed

.github/workflows/filters/admonition-filter.lua

Lines changed: 0 additions & 72 deletions
This file was deleted.

.github/workflows/generate-release-notes.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build-and-commit:
1313
runs-on: ubuntu-latest
1414
permissions:
15-
contents: write # Needed to create the release
15+
contents: write # Needed to push to branch
1616

1717
steps:
1818
- name: Checkout code
@@ -46,7 +46,7 @@ jobs:
4646
exit 1
4747
fi
4848
49-
asciidoctor -b docbook5 -o "$OUTPUT_FILE" "$INPUT_FILE"
49+
asciidoctor -v -b docbook5 -o "$OUTPUT_FILE" "$INPUT_FILE"
5050
5151
- name: Convert DocBook to GitHub-Flavored Markdown
5252
run: |
@@ -59,7 +59,6 @@ jobs:
5959
--to gfm \
6060
--output "$MARKDOWN_FILE" \
6161
"$XML_FILE"
62-
# --lua-filter=./.github/workflows/filters/admonition-filter.lua \
6362
6463
- name: Deploy to release-notes-build branch
6564
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)