Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit 408d18d

Browse files
committed
fixup! move trigger-deployment.js to scripts/
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
1 parent 3a72b83 commit 408d18d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cache: npm
2929

3030
- name: Trigger a new Cloudflare Pages deployment
31-
run: node trigger-deployment.js
31+
run: node scripts/trigger-deployment.js
3232
env:
3333
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
3434
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 commit comments

Comments
 (0)