We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3347438 commit 7a3d967Copy full SHA for 7a3d967
.github/workflows/jekyll-docker.yml
@@ -18,3 +18,8 @@ jobs:
18
docker run \
19
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
20
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