Skip to content

Commit

Permalink
[ci] fix swarm deploy build
Browse files Browse the repository at this point in the history
 `next export` has been removed in favor of 'output: export' in next.config.js.
  • Loading branch information
darkobas2 committed Sep 27, 2024
1 parent 04ef0d9 commit 16b91d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/swarm-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
run: |
npm ci
npm run build
npm run export
- name: Upload to Swarm
uses: ethersphere/swarm-actions/upload-dir@v0
id: upload
Expand Down

0 comments on commit 16b91d0

Please sign in to comment.