Skip to content

Commit c4fb528

Browse files
authored
Update nextjs.yml
1 parent 8ebe266 commit c4fb528

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/nextjs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v3
1515

1616
- name: Install Dependencies
17-
run: npm ci
17+
run: npm install # Create the package-lock.json file
1818

1919
- name: Build Static Files
2020
run: npm run build
@@ -23,5 +23,4 @@ jobs:
2323
uses: peaceiris/actions-gh-pages@v4
2424
with:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
26-
publish_dir: ./out # Ensure this matches the directory where files are exported
27-
26+
publish_dir: ./out

0 commit comments

Comments
 (0)