Skip to content

Commit 594b08e

Browse files
committed
fix: ensure chai.js is present for gh-pages.
Fixes #627
1 parent 88569da commit 594b08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ pages: install clean plugins releases api-docs
9898
@echo "Comitting to gh-pages"
9999
@git config user.name "ChaiJs Bot"
100100
@git config user.email "[email protected]"
101-
@git add -f _data plugins/*.md
101+
@git add -f chai.js _data plugins/*.md
102102
@git commit -m '(data): Auto build _data'
103103
@git push "https://${GH_TOKEN}@github.com/chaijs/chai-docs" HEAD:refs/heads/gh-pages -f
104104
endif

0 commit comments

Comments
 (0)