Skip to content

Commit 30dac6b

Browse files
authored
chore: update invalidate CloudFront step (#550)
1 parent 61b4a03 commit 30dac6b

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
@@ -80,6 +80,10 @@ jobs:
8080
uses: actions/deploy-pages@v4
8181

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

0 commit comments

Comments
 (0)