Skip to content

Commit 5e39451

Browse files
authored
chore: update invlidate CloudFront step (#978)
1 parent c2ed134 commit 5e39451

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ jobs:
8282
uses: actions/deploy-pages@v4
8383

8484
- name: Invalidate CloudFront cache
85-
run: gh workflow run invalidate.yaml --repo apify/apify-docs-private
85+
run: |
86+
gh workflow run invalidate-cloudfront.yml \
87+
--repo apify/apify-docs-private \
88+
--field deployment=apify-docs
89+
echo "✅ CloudFront cache invalidation workflow triggered successfully"
8690
env:
8791
GITHUB_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)