Skip to content

Commit 7a3d967

Browse files
KelleretoroCopilot
andauthored
Update .github/workflows/jekyll-docker.yml
Co-authored-by: Copilot <[email protected]>
1 parent 3347438 commit 7a3d967

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/jekyll-docker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ jobs:
1818
docker run \
1919
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
2020
jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
21+
- name: Upload built site artifact
22+
uses: actions/upload-artifact@v4
23+
with:
24+
name: jekyll-site
25+
path: _site

0 commit comments

Comments
 (0)