Skip to content

Commit 7a86e86

Browse files
authored
Merge pull request #8 from leejuyuu/artifact
Add artifact in CI build
2 parents 43fa64d + 90adc1d commit 7a86e86

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
BUILD_FLAGS: --drafts
2424
# A GitHub token is not necessary when BUILD_ONLY is true
2525
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
- name: Upload artifact # For testing or debugging
27+
uses: actions/upload-artifact@v4
28+
with:
29+
name: public
30+
path: ./public
2631

2732
build_and_deploy:
2833
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)