Skip to content

Commit 900b0c7

Browse files
committed
[TASK] Remove 00Incoming folder in pre-render GitHub action
1 parent 2b85b26 commit 900b0c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/prepare-render.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
with:
2323
php-version: '8.3'
2424

25+
- name: Remove 00Incoming folder
26+
run: rm -rf Documentation/00Incoming
27+
2528
- name: Index files
2629
run: php bin/index-files
2730

0 commit comments

Comments
 (0)