Skip to content

Commit 0afede6

Browse files
authored
Update update-docs.yml
1 parent 81a7798 commit 0afede6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/update-docs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,14 @@ jobs:
7878
else
7979
echo "Source file api-reference/posts/analytics-of-posts.mdx not found"
8080
fi
81+
- name: Remove Files
82+
run: |
83+
if [ -f "api-reference/compliance/posts-label-stream.mdx" ]; then
84+
rm api-reference/compliance/posts-label-stream.mdx
85+
echo "Removed posts-label-stream.mdx"
86+
else
87+
echo "Source file api-reference/compliance/posts-label-stream.mdx not found"
88+
fi
8189
- name: Move Files to x-api
8290
run: |
8391
# Function to move files from api-reference to x-api

0 commit comments

Comments
 (0)