Skip to content

Commit

Permalink
Update GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
polarker committed Jul 23, 2024
1 parent 7016824 commit c7c0c8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
node-version: "18"
cache: "npm"

- run: yarn install --frozen-lockfile && yarn run build
- run: yarn && yarn run build
env:
UPLOAD_SENTRY_SOURCEMAPS: false

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
1 change: 1 addition & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const withBundleAnalyzer = bundleAnalyzer({

export default withBundleAnalyzer({
output: 'export',
basePath: '/alph-mining-roi',
reactStrictMode: false,
eslint: {
ignoreDuringBuilds: true,
Expand Down

0 comments on commit c7c0c8f

Please sign in to comment.