We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc21d2a + ef14ca7 commit 22d4f4fCopy full SHA for 22d4f4f
.github/workflows/prod.yml
@@ -35,7 +35,7 @@ jobs:
35
echo MASTODON_ACCESS_TOKEN=${{ secrets.MASTODON_ACCESS_TOKEN }} >> .env
36
echo MASTODON_ID=${{ secrets.MASTODON_ID }} >> .env
37
npm ci
38
- npx next build && npx next export
+ npx next build
39
touch out/.nojekyll
40
# CI: false # true -> fails on warning
41
- name: Deploy 🚀
0 commit comments