2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 13:47:15 +08:00

ci: fix vue3-gettext

This commit is contained in:
2025-04-13 02:37:03 +08:00
parent fa7fca1f11
commit b8cb8d70d3

View File

@@ -42,8 +42,10 @@ jobs:
cache: 'pnpm' cache: 'pnpm'
cache-dependency-path: web/pnpm-lock.yaml cache-dependency-path: web/pnpm-lock.yaml
- name: Generate pot files and merge po files - name: Generate pot files and merge po files
working-directory: web
run: pnpm run gettext:extract run: pnpm run gettext:extract
- name: Compile po files to json - name: Compile po files to json
working-directory: web
run: pnpm run gettext:compile run: pnpm run gettext:compile
- uses: stefanzweifel/git-auto-commit-action@v5 - uses: stefanzweifel/git-auto-commit-action@v5
name: Commit changes name: Commit changes