Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

cleanup #531

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,6 @@ jobs:
SSH_KEY: ${{ secrets.SSH_KEY }}
CMD: 'echo "Successfully connected to $TESTNET_DOMAINNAME: `hostname`";'

docs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: cd modules/documentation && mkdocs gh-deploy --force && cd ../..

utils:
runs-on: ubuntu-20.04
steps:
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ modules/contracts/typechain

# Docs
modules/client/docs
modules/documentation/site

# IDEs and editors
**/*.launch
Expand All @@ -64,8 +63,6 @@ modules/documentation/site
**/*.*_backup
**/*.log
**/*.patch
cypress/screenshots
cypress/videos

# OS
**/.bash_history
Expand Down
2 changes: 0 additions & 2 deletions .prettierignore

This file was deleted.

File renamed without changes.
8 changes: 0 additions & 8 deletions cypress.json

This file was deleted.

5 changes: 0 additions & 5 deletions cypress/fixtures/example.json

This file was deleted.

21 changes: 0 additions & 21 deletions cypress/integration/0_config.spec.js

This file was deleted.

27 changes: 0 additions & 27 deletions cypress/integration/1_window_web_page.spec.js

This file was deleted.

63 changes: 0 additions & 63 deletions cypress/integration/2_node_profile_creation.spec.js

This file was deleted.

42 changes: 0 additions & 42 deletions cypress/integration/3_channel_setup.spec.js

This file was deleted.

64 changes: 0 additions & 64 deletions cypress/integration/4_deposit_Withdraw.spec.js

This file was deleted.

61 changes: 0 additions & 61 deletions cypress/integration/5_transfer.spec.js

This file was deleted.

Loading