Skip to content

Commit

Permalink
Merge pull request #8 from leejuyuu/artifact
Browse files Browse the repository at this point in the history
Add artifact in CI build
  • Loading branch information
mmahmoudian authored Feb 12, 2024
2 parents 43fa64d + 90adc1d commit 7a86e86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
BUILD_FLAGS: --drafts
# A GitHub token is not necessary when BUILD_ONLY is true
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload artifact # For testing or debugging
uses: actions/upload-artifact@v4
with:
name: public
path: ./public

build_and_deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7a86e86

Please sign in to comment.