Skip to content

Commit

Permalink
Update nextjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AtilioA authored Apr 6, 2024
1 parent c5e3ad3 commit 55d3b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:

- name: Install dependencies and build with Next.js
run: |
cd BG3-item-shipment-framework/lsx-to-isf-json
cd lsx-to-isf-json
yarn install
yarn build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: BG3-item-shipment-framework/lsx-to-isf-json/.next
path: lsx-to-isf-json/.next

deploy:
environment:
Expand Down

0 comments on commit 55d3b6e

Please sign in to comment.