Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several improvements #110

Merged
merged 10 commits into from
Jan 8, 2020
Merged
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
30 changes: 30 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Build & Deploy

on: [push, pull_request]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/[email protected]
with:
version: 11.x
- name: Install dependencies
run: |
npm install -g bower
npm install -g gulp-cli
npm install
bower install
- name: Build page
run: |
gulp publish
- name: Deploy to GitHub Pages
uses: peaceiris/[email protected]
if: success() && github.event_name == 'push' && github.ref == 'refs/heads/master'
env:
PUBLISH_DIR: ./docs
PUBLISH_BRANCH: gh-pages
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15 changes: 15 additions & 0 deletions docs/assets/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@
"locale": "us",
"type": "REST"
},
{
"service": "PubSub",
"url": "wss://pubsub.main.neologin.io/",
"location": "Ireland",
"locale": "ie",
"type": "WebSockets"
},
{
"protocol": "https",
"url": "main.neologin.io",
"location": "Ireland",
"port": "443",
"locale": "ie",
"type": "RPC"
},
{
"protocol": "https",
"url": "seed1.switcheo.network",
Expand Down
15 changes: 15 additions & 0 deletions docs/assets/testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@
"locale": "us",
"type": "REST"
},
{
"service": "PubSub",
"url": "wss://pubsub.test.neologin.io/",
"location": "Ireland",
"locale": "ie",
"type": "WebSockets"
},
{
"protocol": "https",
"url": "test.neologin.io",
"location": "Ireland",
"port": "443",
"locale": "ie",
"type": "RPC"
},
{
"protocol": "http",
"url": "seed1.ngd.network",
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions docs/scripts/vendor-1ccdda7d49.js

Large diffs are not rendered by default.

13 changes: 0 additions & 13 deletions docs/scripts/vendor-c48544c8b2.js

This file was deleted.

Loading