gojekyll icon indicating copy to clipboard operation
gojekyll copied to clipboard

gojekyll build overwrites a _site symlink with a directory

Open edgan opened this issue 1 year ago • 0 comments

System information

Fedora 38 x86_64

Liquid version: gojekyll --version gojekyll version 2c83a35 (Build time: 2023-08-18T20:44)

Expected behavior

gojekyll to follow the symlink

Actual behavior

gojekyll overwrites the symlink with a directory

Steps to reproduce the behavior

  1. cd example
  2. rm -rf _site
  3. mkdir ~/blog
  4. ln -s ~/blog _site
  5. gojekyll build

edgan avatar Aug 18 '23 21:08 edgan