We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7cb5a0 commit cd5f43bCopy full SHA for cd5f43b
.github/workflows/docs.yml
@@ -54,3 +54,12 @@ jobs:
54
55
- name: Deploy artifact to GitHub Pages
56
uses: actions/deploy-pages@v4
57
+
58
+ - name: Invalidate CloudFront cache
59
+ run: |
60
+ gh workflow run invalidate-cloudfront.yml \
61
+ --repo apify/apify-docs-private \
62
+ --field deployment=crawlee-web
63
+ echo "✅ CloudFront cache invalidation workflow triggered successfully"
64
+ env:
65
+ GITHUB_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
0 commit comments