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 5d3e57c commit 23ef71eCopy full SHA for 23ef71e
.github/workflows/check.yaml
@@ -64,8 +64,7 @@ jobs:
64
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
65
66
- name: Create preview
67
- uses: ethersphere/swarm-preview-action@master
+ uses: ethersphere/beeload-action@v1
68
with:
69
- bee-url: https://bee-9.gateway.ethswarm.org
70
- postage-batch-id: '0000000000000000000000000000000000000000000000000000000000000000'
+ preview: 'true'
71
token: ${{ secrets.REPO_GHA_PAT }}
0 commit comments