Skip to content

Commit

Permalink
Merge pull request #568 from DoSomething/no-jekyll-really
Browse files Browse the repository at this point in the history
Make sure '.nojekyll' ends up on 'gh-pages' branch.
  • Loading branch information
DFurnes authored Jan 22, 2018
2 parents 0e91db4 + 2b6cb92 commit fe8e785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ build:
- script:
name: build static pattern library
code: |-
touch .nojekyll
export STYLEGUIDE_PORT=8000
npm run styleguide &
sleep 10 # let Node start up!
wget -mpc --user-agent="" -e robots=off -P build -nH http://localhost:${STYLEGUIDE_PORT}/
touch build/.nojekyll
# Automatically deploy `dev` branch to Github pages
deploy:
Expand Down

0 comments on commit fe8e785

Please sign in to comment.