Skip to content

Commit 28928c8

Browse files
[fix](build): GitHub Copilot suggestion(don't need RTF)
Signed-off-by: Ralph Hightower <[email protected]>
1 parent 91ea163 commit 28928c8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/pandoc.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,6 @@ jobs:
5858
git add output/${FILE_NAME}.docx
5959
done
6060
61-
- name: Build RTF
62-
run: |
63-
for f in markdown/*.md; do
64-
FILE_NAME=$(basename "$f" | sed 's/.md//g')
65-
pandoc --standalone ${{ steps.version.outputs.smart_flag }} $f --output output/${FILE_NAME}.rtf
66-
git add output/${FILE_NAME}.rtf
67-
done
68-
6961
- name: Check in documents
7062
run : |
7163
git commit -m "[docs](doc): adding output to GitHub"

0 commit comments

Comments
 (0)