Skip to content

Commit

Permalink
Fix build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
keupoz committed Apr 29, 2024
1 parent f61f1b6 commit 9fb9c2a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,8 @@ jobs:
- name: ⚙️ Install dependencies
run: pnpm install --frozen-lockfile

- name: 🛠️ Build with Astro
run: |
pnpm build \
--site "${{ steps.pages.outputs.origin }}" \
--base "${{ steps.pages.outputs.base_path }}"
- name: 🛠️ Build with Vite
run: pnpm build

- name: ⚡ Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit 9fb9c2a

Please sign in to comment.