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 c2ed134 commit 5e39451Copy full SHA for 5e39451
.github/workflows/docs.yaml
@@ -82,6 +82,10 @@ jobs:
82
uses: actions/deploy-pages@v4
83
84
- name: Invalidate CloudFront cache
85
- run: gh workflow run invalidate.yaml --repo apify/apify-docs-private
+ run: |
86
+ gh workflow run invalidate-cloudfront.yml \
87
+ --repo apify/apify-docs-private \
88
+ --field deployment=apify-docs
89
+ echo "✅ CloudFront cache invalidation workflow triggered successfully"
90
env:
91
GITHUB_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
0 commit comments