Skip to content

Commit 956cc09

Browse files
authored
chore: update invalidate workflow (#520)
1 parent 2ad0c4c commit 956cc09

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ jobs:
6363
uses: actions/deploy-pages@v4
6464

6565
- name: Invalidate CloudFront cache
66-
run: gh workflow run invalidate.yaml --repo apify/apify-docs-private
66+
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"
6771
env:
6872
GITHUB_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)