We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c718dfb commit b792794Copy full SHA for b792794
1 file changed
.github/workflows/docs.yml
@@ -112,9 +112,7 @@ jobs:
112
luajit _docs/scripts/generate-api-docs.lua "_source/types" "$output_dir"
113
114
- name: Format docs
115
- run: npx --yes prettier@3.8.3 --write "_docs/docs/src/${REPO_NAME}/api/*.md" --no-error-on-unmatched-pattern
116
- env:
117
- REPO_NAME: ${{ matrix.repo.name }}
+ run: npx --yes prettier@3.8.3 --write "_docs/docs/src/${{ matrix.repo.name }}/api/*.md" --no-error-on-unmatched-pattern
118
119
- name: Open docs PR
120
uses: peter-evans/create-pull-request@v8
0 commit comments