Skip to content

Commit

Permalink
remove wp to reademe
Browse files Browse the repository at this point in the history
  • Loading branch information
KingYes committed Jul 4, 2023
1 parent ea6e102 commit a966e16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
npm install --no-package-lock --no-save [email protected]
node ./.github/scripts/update-version-in-files.js
npx grunt wp_readme
#npx grunt wp_readme
- name: Check if readme.txt update
env:
VERSION: ${{ env.PACKAGE_VERSION }}
Expand Down
14 changes: 0 additions & 14 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,25 +119,12 @@ module.exports = function( grunt ) {
expand: true,
},
},

wp_readme_to_markdown: {
readme: {
files: {
'README.md': 'readme.txt',
},
},
},

} );

grunt.registerTask( 'i18n', [
'checktextdomain',
] );

grunt.registerTask( 'wp_readme', [
'wp_readme_to_markdown',
] );

grunt.registerTask( 'styles', [
'sass',
'postcss',
Expand All @@ -147,6 +134,5 @@ module.exports = function( grunt ) {
grunt.registerTask( 'default', [
'i18n',
'styles',
'wp_readme',
] );
};

0 comments on commit a966e16

Please sign in to comment.