Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
polarker committed Mar 11, 2024
1 parent ebc262e commit 3c8c137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: GitHub Pages
on:
push:
branches:
- main
- master
pull_request:

jobs:
Expand All @@ -23,7 +23,7 @@ jobs:
- run: npm ci
- run: |
echo 'module.exports.basePath = "/nextjs-template"' >> next.config.js
- run: npm run testnet:build
- run: npm run build
env:
UPLOAD_SENTRY_SOURCEMAPS: false

Expand Down

0 comments on commit 3c8c137

Please sign in to comment.