pelican/.github/workflows
Sean Hammond 07d964ff9b
Don't use upload-pages-artifact
In upload-pages-artifact@v4 the maintainers have made the curious
decision to omit hidden files (files whose names begin with ".") from
the site that gets deployed to GitHub Pages and to provide no way to
include a hidden file (at least "for now"), even though static sites may
of course want to include files whose names begin with "."

https://github.com/actions/upload-pages-artifact/pull/102

Work around this in by creating the "artifact" (tar file) ourselves and
uploading it using the upload-artifact action, as suggested in the
upload-pages-artifact PR linked above.
2025-10-04 12:08:36 +01:00
..
github_pages.yml Don't use upload-pages-artifact 2025-10-04 12:08:36 +01:00
main.yml Drop support for EOL Python 3.8 2024-12-21 15:53:13 +02:00