File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -64,15 +64,18 @@ jobs:
64
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
65
66
66
- name : Create preview
67
- uses : ethersphere/beeload-action@v1
68
- continue-on-error : true
67
+ uses : ethersphere/swarm-actions/pr-preview@v0
69
68
with :
70
69
bee-url : https://unlimited.gateway.ethswarm.org
71
- preview : ' true'
72
70
token : ${{ secrets.REPO_GHA_PAT }}
73
- extra-params : ' -H "${{ secrets.GATEWAY_AUTHORIZATION_HEADER }}"'
71
+ error-document : index.html
72
+ headers : " ${{ secrets.GATEWAY_AUTHORIZATION_HEADER }}"
74
73
75
74
- name : Upload to testnet
76
- uses : ethersphere/beeload-action@v1
75
+ uses : ethersphere/swarm-actions/upload-dir@v0
76
+ continue-on-error : true
77
77
with :
78
+ index-document : index.html
79
+ error-document : index.html
80
+ dir : ./build
78
81
bee-url : https://api.gateway.testnet.ethswarm.org
You can’t perform that action at this time.
0 commit comments