Skip to content

Commit

Permalink
overwrite .next folder
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeFulton committed Apr 23, 2024
1 parent cfd4952 commit e7d1774
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
with:
node-version: 20.x

- name: Install dependencies
#GITHUB_PERSONAL_ACCESS_TOKEN for private npm packages
run: GITHUB_PERSONAL_ACCESS_TOKEN=${{secrets.GH_PERSONAL_ACCESS_TOKEN}} npm install --legacy-peer-deps
# - name: Install dependencies
# #GITHUB_PERSONAL_ACCESS_TOKEN for private npm packages
# run: GITHUB_PERSONAL_ACCESS_TOKEN=${{secrets.GH_PERSONAL_ACCESS_TOKEN}} npm install --legacy-peer-deps

# - name: Build Next.js app
# run: |
Expand Down

0 comments on commit e7d1774

Please sign in to comment.