remove unneeded files
This commit is contained in:
15
circle.yml
15
circle.yml
@@ -1,15 +0,0 @@
|
||||
general:
|
||||
branches:
|
||||
ignore:
|
||||
- gh-pages # list of branches to ignore
|
||||
deployment:
|
||||
production:
|
||||
branch: master
|
||||
commands:
|
||||
- sh ./deploy.sh
|
||||
test:
|
||||
override:
|
||||
- node ./node_modules/resume-cli/index.js export index -f html --theme elegant
|
||||
dependencies:
|
||||
cache_directories:
|
||||
- "node_modules" # relative to the build directory
|
||||
@@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
git config user.email "tparnell8@gmail.com"
|
||||
git config user.name "Tommy Parnell"
|
||||
git add .
|
||||
git commit -m "Deployed to Github Pages"
|
||||
git push --force "git@github.com:tparnell8/Resume.git" master:gh-pages
|
||||
913
index.html
913
index.html
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user