Skip to content

Commit e99daf4

Browse files
authored
chore: deploy nginx workflow name (#2110)
<!-- CURSOR_SUMMARY --> > [!NOTE] > Fixes the deploy workflow to trigger the correct `deploy-nginx.yml` in the private repo. > > - **CI/CD**: > - In `.github/workflows/deploy-nginx.yml`, update GitHub CLI command to trigger `deploy-nginx.yml` (was `deploy-nginx.yaml`) in `apify/apify-docs-private`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 61deb8e. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 8603cda commit e99daf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-nginx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Trigger deployment workflow in apify-docs-private
1919
run: |
20-
gh workflow run deploy-nginx.yaml \
20+
gh workflow run deploy-nginx.yml \
2121
--repo apify/apify-docs-private \
2222
--field deployment=apify-docs
2323
echo "✅ Deployment workflow triggered successfully"

0 commit comments

Comments
 (0)