Skip to content

Commit

Permalink
Merge pull request #743 from vselvarajijay/hexagonal
Browse files Browse the repository at this point in the history
updates
  • Loading branch information
vselvarajijay authored Oct 24, 2024
2 parents bb561b2 + efcea48 commit 55488f0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18' # Ensure you use a compatible Node.js version for Next.js
node-version: '18' # Ensure you use a compatible Node.js version for Next.js

- name: Install dependencies
run: npm install
Expand All @@ -44,14 +44,10 @@ jobs:
run: npm run build
working-directory: ./www

- name: Export Next.js static site
run: npm run export
working-directory: ./www

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload the build output directory, which will be .next/export for Next.js exports
# Upload the build output directory (./out for static export)
path: './www/out'

- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 55488f0

Please sign in to comment.