actions / upload-pages-artifact

A composite action for packaging and uploading an artifact that can be deployed to GitHub Pages.
https://pages.github.com
MIT License
310 stars 74 forks source link

Don't ignore .github directory on GitHub Pages #56

Open cirosantilli opened 1 year ago

cirosantilli commented 1 year ago

Moved in from: https://github.com/orgs/community/discussions/52252#discussioncomment-5575509

The .github/* directory seems to be ignored from GitHub pages ,e.g.: https://github.com/cirosantilli/test-gh-pages/tree/d289552f9cf67257115a3eab3d6dc43b61e2d897/.github leads to 404s to any files in the directory:

If I put something in .github on my gh pages branch, please show the thing I put there :pray:

Or maybe do that for subdirectories at least _dir/.github.

Use case: automated directory listings on a static website.