Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 574774d

Browse files
authored
Merge pull request #201 from rtCamp/update/deploy-yml
Add nvmrc in ignore list
2 parents 0a63aa8 + 42ce3d7 commit 574774d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
ASSETS_DIR: wpassets
1515
EXCLUDE_LIST: .bowerrc .gitattributes .gitignore .jshintrc .travis.yml CONTRIBUTING.md
1616
Gruntfile.js README.md deploy.sh package-lock.json package.json phpcs.xml phpunit.xml
17-
tests .babelrc .eslintignore .eslintrc .jscsrc .jshintignore .npmrc webpack.config.js
17+
tests .babelrc .eslintignore .eslintrc .jscsrc .jshintignore .npmrc .nvmrc webpack.config.js
1818
SLUG: transcoder
1919
WORDPRESS_PASSWORD: ${{ secrets.WORDPRESS_PASSWORD }}
2020
WORDPRESS_USERNAME: ${{ secrets.WORDPRESS_USERNAME }}

0 commit comments

Comments
 (0)