Skip to content

Commit 8345218

Browse files
authored
chore: update invlidate CloudFront step (#807)
1 parent 50c066d commit 8345218

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
@@ -69,6 +69,10 @@ jobs:
6969
uses: actions/deploy-pages@v4
7070

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

0 commit comments

Comments
 (0)