Skip to content
Snippets Groups Projects
Unverified Commit fe9003c7 authored by Stefano Antonel's avatar Stefano Antonel Committed by GitHub
Browse files

Use bluebrain repo (#12)

* Change repo to BlueBrain/bsp-usecase-wizard

* Change links to BlueBrain
parent 6a423d5d
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ jobs: ...@@ -16,7 +16,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v2.3.4 uses: actions/checkout@v2.3.4
with: with:
repository: antonelepfl/ebrains-wizard repository: BlueBrain/bsp-usecase-wizard
ref: ${{ github.event.inputs.wizard_branch }} ref: ${{ github.event.inputs.wizard_branch }}
- name: Run tests - name: Run tests
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
## CI ## CI
- For each push to the repo, a [plan](https://github.com/ebrains-cls-interactive/ebrains-cls-interactive.github.io/actions/workflows/gh-pages.yml) is triggered. - For each push to the repo, a [plan](https://github.com/ebrains-cls-interactive/ebrains-cls-interactive.github.io/actions/workflows/gh-pages.yml) is triggered.
- This will fetch the wizard from its original [repo](https://github.com/antonelepfl/ebrains-wizard) and build it changing the base_url - This will fetch the wizard from its original [repo](https://github.com/BlueBrain/bsp-usecase-wizard) and build it changing the base_url
- The plan will put the built wizard on static/wizard folder and push everything to gh-pages branch from where the full page is served. - The plan will put the built wizard on static/wizard folder and push everything to gh-pages branch from where the full page is served.
### [Ebrains Wizard](https://antonelepfl.github.io/ebrains-wizard/dev) ### [Ebrains Wizard](https://bluebrain.github.io/bsp-usecase-wizard/dev/index.html)
...@@ -204,7 +204,7 @@ ...@@ -204,7 +204,7 @@
<div class="col-lg-12"> <div class="col-lg-12">
<div class="breadcrumbs"> <div class="breadcrumbs">
<a href="./index.html">Home</a><i class="fa fa-angle-double-right"></i><span>Workflows and Use Cases</span> <a href="./index.html">Home</a><i class="fa fa-angle-double-right"></i><span>Workflows and Use Cases</span>
<a href="https://antonelepfl.github.io/ebrains-wizard/dev/" style="float: right;"> <a href="https://bluebrain.github.io/bsp-usecase-wizard/dev/index.html" style="float: right;">
<i class="fa fa-external-link-alt"></i> <i class="fa fa-external-link-alt"></i>
</a> </a>
</div> <!-- end of breadcrumbs --> </div> <!-- end of breadcrumbs -->
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment