Skip to content

Commit

Permalink
Update nextjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o authored Jan 18, 2025
1 parent 8ebe266 commit c4fb528
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3

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

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

publish_dir: ./out

0 comments on commit c4fb528

Please sign in to comment.