Skip to content

Instantly share code, notes, and snippets.

@dazinator
Created December 15, 2014 13:47
Show Gist options
  • Save dazinator/2f3c2ee0e35540ad65e8 to your computer and use it in GitHub Desktop.
Save dazinator/2f3c2ee0e35540ad65e8 to your computer and use it in GitHub Desktop.
Rake gen_deploy output
G:\Users\Darrell\Source\Repos\dazinator.github.io>rake gen_deploy
## Set the codepage to 65001 for Windows machines
## Generating Site with Jekyll
remove .sass-cache/
remove source/stylesheets/screen.css
create source/stylesheets/screen.css
Configuration file: G:/Users/Darrell/Source/Repos/dazinator.github.io/_config.ym
l
Source: source
Destination: public
Generating...
done.
Auto-regeneration: disabled. Use --watch to enable.
## Deploying branch to Github Pages
## Pulling any updates from Github Pages
cd _deploy
Already up-to-date.
cd -
rm -rf _deploy/assets
rm -rf _deploy/atom.xml
rm -rf _deploy/blog
rm -rf _deploy/CNAME
rm -rf _deploy/favicon.png
rm -rf _deploy/images
rm -rf _deploy/javascripts
rm -rf _deploy/robots.txt
rm -rf _deploy/sitemap.xml
rm -rf _deploy/stylesheets
## Copying public to _deploy
cp -r public/. _deploy
cd _deploy
## Committing: Site updated at 2014-12-15 13:45:19 UTC
On branch source
Your branch is up-to-date with 'origin/source'.
nothing to commit, working directory clean
## Pushing generated _deploy website
Username for 'https://github.com': dazinator
Password for 'https://dazinator@github.com':
Everything up-to-date
## Github Pages deploy complete
cd -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment