admin: CI cleanup
This commit is contained in:
parent
7b5d5d1db8
commit
532fcd751b
11
.github/workflows/test-ci.yml
vendored
11
.github/workflows/test-ci.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Continuous Integration Tests
|
||||
name: CI Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -133,15 +133,6 @@ jobs:
|
||||
- name: Build Documentation
|
||||
run: node node_modules/flatworm/lib/test-api-index ./docs.wrm/config.js
|
||||
|
||||
- name: Tar documentation files
|
||||
run: tar -cvf ./output/docs.tar ./output/docs/
|
||||
|
||||
- name: Store full coverage artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: docs
|
||||
path: ./output/docs.tar
|
||||
|
||||
- name: Upload documentation to to docs.ethers.org
|
||||
uses: ethers-io/sync-s3-action@main
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user