We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5b9d7 commit 262adf3Copy full SHA for 262adf3
.github/workflows/filters/admonition-filter.lua
.github/workflows/generate-release-notes.yml
@@ -12,7 +12,7 @@ jobs:
12
build-and-commit:
13
runs-on: ubuntu-latest
14
permissions:
15
- contents: write # Needed to create the release
+ contents: write # Needed to push to branch
16
17
steps:
18
- name: Checkout code
@@ -46,7 +46,7 @@ jobs:
46
exit 1
47
fi
48
49
- asciidoctor -b docbook5 -o "$OUTPUT_FILE" "$INPUT_FILE"
+ asciidoctor -v -b docbook5 -o "$OUTPUT_FILE" "$INPUT_FILE"
50
51
- name: Convert DocBook to GitHub-Flavored Markdown
52
run: |
@@ -59,7 +59,6 @@ jobs:
59
--to gfm \
60
--output "$MARKDOWN_FILE" \
61
"$XML_FILE"
62
- # --lua-filter=./.github/workflows/filters/admonition-filter.lua \
63
64
- name: Deploy to release-notes-build branch
65
uses: peaceiris/actions-gh-pages@v4
0 commit comments