Upload site as artifact

This commit is contained in:
Winston
2024-06-06 09:45:16 +02:00
committed by GitHub
parent a756026083
commit 601b3896eb

View File

@@ -31,3 +31,10 @@ jobs:
- name: Build the static website
run: bundle exec jekyll build
# Upload resulting "_site" directory as artifact
- uses: actions/upload-artifact@v4
with:
name: site
path: _site/