diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c855b1476..cb98d9e7e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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