Skip to content

Commit

Permalink
#9 github workflow updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kpietak committed Nov 24, 2024
1 parent 0dcea56 commit 38cef77
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,10 @@ jobs:
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock', '**/pnpm-lock.yaml') }}-
- name: Install dependencies
run: pnpm install
- name: Build with Next.js
run: pnpm next build
- name: Static HTML export with Next.js
- name: Build site with Next.js
run: |
pnpm next export
touch out/.nojekyll
pnpm build
touch out/.nojekyll
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 38cef77

Please sign in to comment.