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 50c066d commit 8345218Copy full SHA for 8345218
.github/workflows/docs.yaml
@@ -69,6 +69,10 @@ jobs:
69
uses: actions/deploy-pages@v4
70
71
- name: Invalidate CloudFront cache
72
- run: gh workflow run invalidate.yaml --repo apify/apify-docs-private
+ run: |
73
+ gh workflow run invalidate-cloudfront.yml \
74
+ --repo apify/apify-docs-private \
75
+ --field deployment=apify-docs
76
+ echo "✅ CloudFront cache invalidation workflow triggered successfully"
77
env:
78
GITHUB_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
0 commit comments