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 ce3208c commit a77bc58Copy full SHA for a77bc58
1 file changed
.github/workflows/generate-docs.yml
@@ -30,12 +30,15 @@ jobs:
30
- name: Generate docs
31
run: luajit "${RUNNER_TEMP}/docgen/scripts/generate-api-docs.lua" types docs
32
33
+ - name: Format docs
34
+ run: npx --yes prettier@3.8.3 --write "docs/**/*.md"
35
+
36
- name: Open docs PR
37
uses: peter-evans/create-pull-request@v7
38
with:
39
commit-message: "docs: generate API docs"
40
title: "docs: generate API docs"
- body: "Generate API docs from LuaLS type annotations."
41
+ body: "Generate and format API docs from LuaLS type annotations."
42
branch: automation/generate-docs
43
add-paths: |
44
docs
0 commit comments