Skip to content

Commit

Permalink
Merge pull request #989 from ashenm/patch-1
Browse files Browse the repository at this point in the history
Copy GitHub Pages symbolic links
  • Loading branch information
BanzaiMan authored May 30, 2019
2 parents 56388a7 + 53ce3dd commit 40fae68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dpl/provider/pages.rb
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def push_app

FileUtils.cd(workdir, :verbose => true) do
print_step "Copying #{@build_dir} contents to #{workdir} (workdir: #{Dir.pwd})..."
context.shell "rsync -r --exclude .git --delete '#{@build_dir}/' '#{workdir}'" or error "Could not copy #{@build_dir}."
context.shell "rsync -rl --exclude .git --delete '#{@build_dir}/' '#{workdir}'" or error "Could not copy #{@build_dir}."

github_configure
github_commit
Expand Down

0 comments on commit 40fae68

Please sign in to comment.