Skip to content

Commit

Permalink
GHA build: Upload webpacked library versions as artifact (#340)
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <[email protected]>
  • Loading branch information
florian-h05 authored Jun 7, 2024
1 parent 89692b1 commit 076def1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ jobs:

- run: npm run build

- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: dist-without-license
path: |
dist
!dist/*.txt
- name: Publish Docs
if: github.ref == 'refs/heads/main'
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit 076def1

Please sign in to comment.