Skip to content

Commit dded4b1

Browse files
committed
ci: test whether symlinks are the reason why the deployment fails
1 parent 3144d3f commit dded4b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_plugins/redirects.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ def latest_version_in(dir)
4242
Dir.chdir(site.dest) do
4343
links.each_pair { |key, value|
4444
if value
45-
system "ln -s #{Shellwords.escape(value)} #{Shellwords.escape(key)}"
45+
# system "ln -s #{Shellwords.escape(value)} #{Shellwords.escape(key)}"
46+
system "true"
4647
end
4748
}
4849
end

0 commit comments

Comments
 (0)