Skip to content

Commit

Permalink
fix bug when copying contests under gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
joemphilips committed Jul 10, 2016
1 parent 8626c4b commit 56db565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/circleci/publish-to-gh-pages.sh
Expand Up @@ -24,7 +24,7 @@ git branch gh-pages origin/gh-pages
git worktree add ./gh-pages gh-pages

# Copy the contents of stage/_book to gh-pages/rust-by-example
cp -rp ./stage/_book ./gh-pages/rust-by-example
cp -rp ./stage/_book/ ./gh-pages/rust-by-example

cd ./gh-pages

Expand Down

0 comments on commit 56db565

Please sign in to comment.