Skip to content

Commit 885ecc2

Browse files
committed
add upload artifacts to workflow
1 parent 595df73 commit 885ecc2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pages.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,10 @@ jobs:
4040
# this option will not maintain any history of your previous pages deployment
4141
# set to false if you want all page build to be committed to your gh-pages branch history
4242
single-commit: true
43+
- name: Build artifact
44+
run: ./trunk build --release
45+
- name: Upload artifacts
46+
uses: actions/upload-artifact@v4
47+
with:
48+
name: dist
49+
path: dist

0 commit comments

Comments
 (0)