admin: CI cleanup

This commit is contained in:
Richard Moore 2022-12-05 22:19:41 -05:00
parent 7b5d5d1db8
commit 532fcd751b

@ -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: