Skip to content

Commit

Permalink
Merge pull request #179 from github/fix-next-failure
Browse files Browse the repository at this point in the history
Bump next and transitive dependencies
  • Loading branch information
mrecachinas authored Aug 27, 2024
2 parents b299a4c + 150e098 commit d6c5377
Show file tree
Hide file tree
Showing 5 changed files with 155 additions and 143 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ jobs:
file_pattern: 'generated.json'
skip_checkout: true
push_options: '--force'
- name: Static HTML export with Next.js
run: npm run export
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:
run: npm run build
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
NODE_ENV: "development"
- name: Static HTML export with Next.js
run: npm run export
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const nextConfig = {
reactStrictMode: true,
productionBrowserSourceMaps: true,
trailingSlash: true,
output: "export"
}

module.exports = nextConfig
Loading

0 comments on commit d6c5377

Please sign in to comment.