Also upload hidden files into artifacts #15

Merged
fleg merged 1 commits from fix_build_well_known into main 2025-03-22 17:08:52 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit a71383d0d3 - Show all commits

View File

@ -10,6 +10,8 @@ jobs:
- run: bundle exec jekyll build
- uses: actions/upload-artifact@v3
with:
compression-level: 9
include-hidden-files: true
name: generated-site
path: _site/
build_and_push_container: