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.
1 parent a4fa906 commit f7b06afCopy full SHA for f7b06af
.github/workflows/deploy.yml
@@ -43,15 +43,13 @@ jobs:
43
echo "workflow_run.head_sha: ${{ github.event.workflow_run.head_sha }}"
44
45
- name: Deploy to IPFS
46
- uses: ipfs/ipfs-deploy-action@1c46c3a36faff36031c94c8e8f4563ee5c38f172
+ uses: ipfs/ipfs-deploy-action@v1
47
id: deploy
48
with:
49
path-to-deploy: ${{ env.BUILD_PATH }}
50
storacha-key: ${{ secrets.STORACHA_KEY }}
51
storacha-proof: ${{ secrets.STORACHA_PROOF }}
52
github-token: ${{ github.token }}
53
- retention-count: 10
54
- retention-days: 30
55
56
deploy-gh-pages:
57
if: |
0 commit comments