Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
fix: deploy to github pages#2
Browse files Browse the repository at this point in the history
  • Loading branch information
fikryfahrezy committed Nov 19, 2023
1 parent 50a4ad4 commit e748973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
node-version: 18

- name: Install dependencies
run: npm install
run: pnpm install

- name: build
env:
BASE_PATH: '/${{ github.event.repository.name }}'
run: |
npm run build
pnpm build
- name: Upload Artifacts
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit e748973

Please sign in to comment.