Skip to content

Commit

Permalink
ci: change github organization
Browse files Browse the repository at this point in the history
  • Loading branch information
rredmacaw committed May 31, 2024
1 parent 01f6920 commit 0ee65e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ install:
- npm install -g [email protected]

script:
- curl https://raw.githubusercontent.com/tomochain/rpc-swagger/master/swagger.yaml -o rpc.yaml
- curl https://raw.githubusercontent.com/tomochain/tomoscan/master/server/src/docs/swagger.yml -o scan.yaml
- curl https://raw.githubusercontent.com/tomochain/tomomaster/master/docs/swagger.yml -o master.yaml
- curl https://raw.githubusercontent.com/BuildOnViction/rpc-swagger/master/swagger.yaml -o rpc.yaml
- curl https://raw.githubusercontent.com/BuildOnViction/tomoscan/master/server/src/docs/swagger.yml -o scan.yaml
- curl https://raw.githubusercontent.com/BuildOnViction/tomomaster/master/docs/swagger.yml -o master.yaml
- widdershins --httpsnippet true --expandBody true --search true --language_tabs 'shell:cURL' 'javascript--node:Node.JS' 'go:GO' 'ruby:Ruby' 'python:Python' 'java:Java' --summary rpc.yaml -o rpc.md
- widdershins --httpsnippet true --expandBody true --search true --language_tabs 'shell:cURL' 'javascript--node:Node.JS' 'go:GO' 'ruby:Ruby' 'python:Python' 'java:Java' --summary scan.yaml -o scan.md
- widdershins --httpsnippet true --expandBody true --search true --language_tabs 'shell:cURL' 'javascript--node:Node.JS' 'go:GO' 'ruby:Ruby' 'python:Python' 'java:Java' --summary master.yaml -o master.md
Expand All @@ -25,9 +25,9 @@ script:

deploy:
provider: pages
skip_cleanup: true
skip_cleanup: false
github-token: $GH_TOKEN
repo: tomochain/apidocs
repo: BuildOnViction/apidocs
local-dir: .
target-branch: gh-pages
fqdn: apidocs.tomochain.com
Expand Down

0 comments on commit 0ee65e7

Please sign in to comment.