Skip to content

Commit a252192

Browse files
committed
ci: create artifact for generated site
1 parent 3e9c594 commit a252192

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
run: curl -L ${BASE_URL}/${VERS}/zola-${VERS}-${ARCH}.tar.gz | tar -xz
2222
- run: ./zola --version
2323
- run: ./zola build
24+
- uses: actions/upload-artifact@v4
25+
with:
26+
path: public
27+
retention-days: 10
2428
- name: Deploy
2529
if: github.ref == 'refs/heads/master'
2630
uses: crazy-max/ghaction-github-pages@v3

0 commit comments

Comments
 (0)