The source for the site at www.nthall.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
326 B

5 years ago
5 years ago
5 years ago
5 years ago
  1. language: node_js
  2. node_js:
  3. - 8
  4. before_script:
  5. - npm install @11ty/eleventy -g
  6. script: eleventy --pathprefix="/eleventy-base-blog/"
  7. deploy:
  8. local-dir: _site
  9. provider: pages
  10. skip-cleanup: true
  11. github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
  12. keep-history: true
  13. on:
  14. branch: master