Also upload hidden files into artifacts

This commit is contained in:
Michał Rudowicz 2025-03-22 17:49:42 +01:00
parent 57f1931135
commit a71383d0d3
1 changed files with 2 additions and 0 deletions
.forgejo/workflows

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: