Skip to content

Commit

Permalink
next folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbristow committed Oct 11, 2024
1 parent f76cc6e commit fa1181b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: ./out
path: ./.next
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v9
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: ./out
path: ./.next

# Deployment job
deploy:
Expand Down

0 comments on commit fa1181b

Please sign in to comment.