Skip to content

Commit

Permalink
Save generated artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mayo committed Jun 5, 2024
1 parent 818c9b9 commit 74b62ca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@ jobs:
tool: zola
- name: Build site
run: make build
- name: Save artifact
uses: actions/upload-artifact@v4
with:
name: website-public
path: public/
# call-deploy-workflow:
# uses: ./.github/workflows/deploy.yml

0 comments on commit 74b62ca

Please sign in to comment.