Closed peterdesmet closed 1 year ago
The GitHub Pages documentation states however:
Note: If your repository contains symbolic links, you will need to publish your site using a GitHub Actions workflow. For more information about GitHub Actions, see "Actions."
Oddly enough, I tried a symlink in a fresh repository and there it still seems to work: http://peterdesmet.github.io/symlink-test/
A fork of the repo also builds without issues: http://peterdesmet.github.io/camtrap-dp/. Not sure why it doesn't work (suddenly) for this repo. No symlinks were altered.
The website is now build with GitHub Actions, see https://github.com/tdwg/camtrap-dp/blob/main/.github/workflows/jekyll.yml
They've always worked before, but the latest GitHub Pages build indicates:
We rely on symlinks so that files maintained in the root or in
example
are also accessible for Jekyll, which expect those files to be in the_data
directory.