Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ jobs:
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5
with:
path: '_site'
# actions/upload-pages-artifact strips dot-entries by default
# (its tar runs --exclude=.[^/]*), which silently removed
# .well-known/ from the artifact. Publish it deliberately.
include-hidden-files: true
deploy:
environment:
name: github-pages
Expand Down
Loading