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 2ad0c4c commit 956cc09Copy full SHA for 956cc09
.github/workflows/docs.yaml
@@ -63,6 +63,10 @@ jobs:
63
uses: actions/deploy-pages@v4
64
65
- name: Invalidate CloudFront cache
66
- run: gh workflow run invalidate.yaml --repo apify/apify-docs-private
+ run: |
67
+ gh workflow run invalidate-cloudfront.yml \
68
+ --repo apify/apify-docs-private \
69
+ --field deployment=apify-docs
70
+ echo "✅ CloudFront cache invalidation workflow triggered successfully"
71
env:
72
GITHUB_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
0 commit comments