Skip to content

Create .readthedocs.yaml #13

Create .readthedocs.yaml

Create .readthedocs.yaml #13

Workflow file for this run

name: Mirror to Ebrains
on:
push:
branches: [ master ]
jobs:
to_ebrains:
runs-on: ubuntu-latest
steps:
- name: sync_master
uses: wei/git-sync@v3
with:
source_repo: "Neural-Systems-at-UIO/VisuAlign"
source_branch: "master"
destination_repo: "https://ghpusher:${{ secrets.EBRAINS_GITLAB }}@gitlab.ebrains.eu/csucs/visualign.git"
destination_branch: "master"