Skip to content

Commit

Permalink
Create entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyonj authored Apr 22, 2019
1 parent 4630c24 commit 850a626
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/pages_builder/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh -l

script/bootstrap
cd test && npm install && cd ..
JEKYLL_GITHUB_TOKEN=$GITHUB_TOKEN script/build

0 comments on commit 850a626

Please sign in to comment.