mah things

This commit is contained in:
Tommy Parnell
2015-11-20 23:58:20 -05:00
parent 735ca6dc47
commit 7e4246f74c
2 changed files with 4 additions and 1 deletions

View File

@@ -10,3 +10,6 @@ deployment:
test: test:
override: override:
- node ./node_modules/resume-cli/index.js export index -f html --theme elegant - node ./node_modules/resume-cli/index.js export index -f html --theme elegant
dependencies:
cache_directories:
- "node_modules" # relative to the build directory

View File

@@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
rm -rf .git rm -rf ./.git
git config user.email "tparnell8@gmail.com" git config user.email "tparnell8@gmail.com"
git config user.name "Tommy Parnell" git config user.name "Tommy Parnell"
git init git init