Skip to content

Commit 7f22381

Browse files
committed
ci: 优化l10n工作流
1 parent 0e86c77 commit 7f22381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/l10n.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Generate pot files
3333
run: |
3434
~/go/bin/xgotext -default backend -pkg-tree ./cmd/web -out ./pkg/embed/locales
35-
pnpm run gettext:extract
35+
cd web && pnpm run gettext:extract
3636
- uses: stefanzweifel/git-auto-commit-action@v5
3737
name: Commit changes
3838
with:

0 commit comments

Comments
 (0)