Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo "workflow_run.head_sha: ${{ github.event.workflow_run.head_sha }}"

- name: Deploy to IPFS
uses: ipfs/ipfs-deploy-action@1c46c3a36faff36031c94c8e8f4563ee5c38f172
uses: ipfs/ipfs-deploy-action@7e3f0e92cc6f9e26416a71b41399f50c87eea744
id: deploy
with:
path-to-deploy: ${{ env.BUILD_PATH }}
Expand Down