Also upload hidden files into artifacts #15
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue