We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60080b commit f2d7914Copy full SHA for f2d7914
.github/workflows/docgen.yml
@@ -37,8 +37,10 @@ jobs:
37
COMMIT_MSG: |
38
[docgen] Update docs
39
run: |
40
+ rm lemmy-help
41
git config user.name github-actions
42
git config user.email github-actions@github.com
43
git add doc/orgmode.txt
44
+ git add doc/orgmode_api.txt
45
# Only commit and push if we have changes
46
git diff --quiet && git diff --staged --quiet || (git commit -m "${COMMIT_MSG}"; git push)
0 commit comments