We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b9363 commit 55e150bCopy full SHA for 55e150b
1 file changed
.github/workflows/check.yaml
@@ -65,15 +65,15 @@ jobs:
65
npx link-checker --url-ignore localhost --allow-hash-href --mkdocs --http-cache /tmp/link-checker --http-always-get --http-timeout 10000 --http-redirects 5 ./build
66
67
- name: Create preview
68
- uses: ethersphere/swarm-actions/pr-preview@v0
+ uses: ethersphere/swarm-actions/pr-preview@v1.0.0
69
with:
70
bee-url: https://unlimited.gateway.ethswarm.org
71
token: ${{ secrets.REPO_GHA_PAT }}
72
error-document: index.html
73
headers: "${{ secrets.GATEWAY_AUTHORIZATION_HEADER }}"
74
75
- name: Upload to testnet
76
- uses: ethersphere/swarm-actions/upload-dir@v0
+ uses: ethersphere/swarm-actions/upload-dir@v1.0.0
77
continue-on-error: true
78
79
index-document: index.html
0 commit comments