Skip to content

Commit

Permalink
fix: use the correct build command
Browse files Browse the repository at this point in the history
  • Loading branch information
travis committed Oct 9, 2023
1 parent 7c9f41a commit e08304e
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 @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/pnpm
- run: pnpm pages:build
- run: pnpm build
env:
NEXT_PUBLIC_SERVICE_DID: 'did:web:staging.web3.storage'
NEXT_PUBLIC_SERVICE_URL: 'https://staging.up.web3.storage'
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/pnpm
- run: pnpm pages:build
- run: pnpm build
env:
NEXT_PUBLIC_SERVICE_DID: 'did:web:web3.storage'
NEXT_PUBLIC_SERVICE_URL: 'https://up.web3.storage'
Expand Down

0 comments on commit e08304e

Please sign in to comment.