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 b640b46 commit 47ea8cbCopy full SHA for 47ea8cb
.github/workflows/check.yaml
@@ -63,3 +63,9 @@ jobs:
63
mkdir /tmp/link-checker
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
68
+ with:
69
+ bee-url: https://bee-9.gateway.ethswarm.org
70
+ postage-batch-id: '0000000000000000000000000000000000000000000000000000000000000000'
71
+ token: ${{ secrets.REPO_GHA_PAT }}
0 commit comments