Skip to content

Commit 0106c53

Browse files
committed
Fix translation update action
1 parent 9890bce commit 0106c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-translation-pull-request-v5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Update static error pages
6262
run: |
63-
npm ci --ignore-scripts && node build/build.js --build-pages
63+
npm ci --ignore-scripts && node build/build.mjs --build-pages
6464
6565
- name: Create commit
6666
continue-on-error: true

0 commit comments

Comments
 (0)