Skip to content

Commit bcd4502

Browse files
authored
Merge pull request #23 from code-star/main
Release
2 parents 098bfba + 22d4f4f commit bcd4502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo MASTODON_ACCESS_TOKEN=${{ secrets.MASTODON_ACCESS_TOKEN }} >> .env
3636
echo MASTODON_ID=${{ secrets.MASTODON_ID }} >> .env
3737
npm ci
38-
npx next build && npx next export
38+
npx next build
3939
touch out/.nojekyll
4040
# CI: false # true -> fails on warning
4141
- name: Deploy 🚀

0 commit comments

Comments
 (0)