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 88569da commit 594b08eCopy full SHA for 594b08e
Makefile
@@ -98,7 +98,7 @@ pages: install clean plugins releases api-docs
98
@echo "Comitting to gh-pages"
99
@git config user.name "ChaiJs Bot"
100
@git config user.email "[email protected]"
101
- @git add -f _data plugins/*.md
+ @git add -f chai.js _data plugins/*.md
102
@git commit -m '(data): Auto build _data'
103
@git push "https://${GH_TOKEN}@github.com/chaijs/chai-docs" HEAD:refs/heads/gh-pages -f
104
endif
0 commit comments