Skip to content

Commit 42db4c7

Browse files
authored
chore: update invalidate step in deploy workflow (#1584)
### Description Update invalidate of CloudFront cache workflow ### Issues <!-- If applicable, reference any related GitHub issues --> ### Testing Already have been tested manually ### Checklist - [ ] CI passed
1 parent d44aa89 commit 42db4c7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build_and_deploy_docs.yaml

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

6969
- name: Invalidate CloudFront cache
70-
run: gh workflow run invalidate.yaml --repo apify/apify-docs-private
70+
run: |
71+
gh workflow run invalidate-cloudfront.yml \
72+
--repo apify/apify-docs-private \
73+
--field deployment=crawlee-web
74+
echo "✅ CloudFront cache invalidation workflow triggered successfully"
7175
env:
7276
GITHUB_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)