We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09f0f8 commit a01fc18Copy full SHA for a01fc18
Makefile
@@ -97,7 +97,7 @@ nightly: clean plugins releases api-docs
97
@git config user.name "ChaiJs Bot"
98
@git config user.email "[email protected]"
99
@git add -f _data
100
- @git commit -m '(nightly): build _data'
+ @git commit -m '(data): Auto build _data'
101
@git push "https://${GH_TOKEN}@github.com/chaijs/chai-docs" HEAD:refs/heads/gh-pages
102
endif
103
0 commit comments