Skip to content

Commit f2d7914

Browse files
ci: Fix docs generation
1 parent b60080b commit f2d7914

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docgen.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ jobs:
3737
COMMIT_MSG: |
3838
[docgen] Update docs
3939
run: |
40+
rm lemmy-help
4041
git config user.name github-actions
4142
git config user.email [email protected]
4243
git add doc/orgmode.txt
44+
git add doc/orgmode_api.txt
4345
# Only commit and push if we have changes
4446
git diff --quiet && git diff --staged --quiet || (git commit -m "${COMMIT_MSG}"; git push)

0 commit comments

Comments
 (0)