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

View File

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