We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a7798 commit 0afede6Copy full SHA for 0afede6
.github/workflows/update-docs.yml
@@ -78,6 +78,14 @@ jobs:
78
else
79
echo "Source file api-reference/posts/analytics-of-posts.mdx not found"
80
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
89
- name: Move Files to x-api
90
run: |
91
# Function to move files from api-reference to x-api
0 commit comments