From f2149f8e5b7c6cfeaebfab18a28eaf5829c75408 Mon Sep 17 00:00:00 2001 From: Griko Nibras Date: Thu, 18 Apr 2024 17:27:48 +0700 Subject: [PATCH] fix: update example build workflow --- .github/workflows/example.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index b54d11e..58c0035 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -39,13 +39,13 @@ jobs: - name: install dependencies run: pnpm install --frozen-lockfile - - name: build - run: pnpm -F example run build + - name: build package and example page + run: pnpm run build && pnpm -F example run build - - name: setup pages + - name: setup github pages uses: actions/configure-pages@v4 - - name: upload artifact + - name: upload artifacts uses: actions/upload-pages-artifact@v3 with: path: "./example/dist/"