Skip to content

Commit

Permalink
add upload artifacts to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkos-net committed Nov 30, 2024
1 parent 595df73 commit 885ecc2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,10 @@ jobs:
# this option will not maintain any history of your previous pages deployment
# set to false if you want all page build to be committed to your gh-pages branch history
single-commit: true
- name: Build artifact
run: ./trunk build --release
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: dist
path: dist

0 comments on commit 885ecc2

Please sign in to comment.