Skip to content

Commit 22d4f4f

Browse files
authored
Merge pull request #22 from code-star/content/add_new_article
fix: fix prod workflow
2 parents dc21d2a + ef14ca7 commit 22d4f4f

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)