Skip to content

Commit

Permalink
Remove POT file generation step
Browse files Browse the repository at this point in the history
  • Loading branch information
wpscholar committed Dec 1, 2024
1 parent 4f543d8 commit 8c1281b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/upload-artifact-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ jobs:
- name: npm install
run: npm install

- name: Generate .pot file
run: npm run i18n

- name: Validate composer.json and composer.lock
run: composer validate

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/upload-asset-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ jobs:
- name: npm install
run: npm install

- name: Generate .pot file
run: npm run i18n

- name: Validate composer.json and composer.lock
run: composer validate

Expand Down

0 comments on commit 8c1281b

Please # to comment.