Skip to content

Commit

Permalink
adjust deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
OR13 committed Apr 15, 2024
1 parent 5dc7e76 commit beee0e4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
with:
static_site_generator: next

- name: Build with Next.js 🏗️
run: npx next build
- name: Install 🏗️
run: npm i
- name: Build 🏗️
run: npm run build

- name: Upload artifact 📡
uses: actions/upload-pages-artifact@v3
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit beee0e4

Please sign in to comment.