Skip to content

Commit 8dc76f9

Browse files
authored
cI: remove cleaning step
Removed the step to clean workflow helpers from the docs generation workflow.
1 parent 7eca2f4 commit 8dc76f9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/generate-docs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
- name: Generate docs
3434
run: luajit "${RUNNER_TEMP}/docgen/scripts/generate-api-docs.lua" types docs
3535

36-
- name: Clean workflow helpers
37-
run: rm -rf .lua
38-
3936
- name: Open docs PR
4037
uses: peter-evans/create-pull-request@v7
4138
with:

0 commit comments

Comments
 (0)