diff --git a/.github/workflows/docs_build_and_deploy.yml b/.github/workflows/docs_build_and_deploy.yml index 8a781c1..2dcd468 100644 --- a/.github/workflows/docs_build_and_deploy.yml +++ b/.github/workflows/docs_build_and_deploy.yml @@ -15,20 +15,16 @@ on: workflow_dispatch: jobs: - codespell: - name: Check for spelling errors - permissions: - contents: read + linting: + # scheduled workflows should not run on forks + if: (${{ github.event_name == 'schedule' }} && ${{ github.repository_owner == 'neuroinformatics-unit' }} && ${{ github.ref == 'refs/heads/main' }}) || (${{ github.event_name != 'schedule' }}) runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Codespell - uses: codespell-project/actions-codespell@v2 + - uses: neuroinformatics-unit/actions/lint@v2 build_sphinx_docs: name: Build Sphinx Docs - needs: codespell + needs: linting runs-on: ubuntu-latest steps: - uses: neuroinformatics-unit/actions/build_sphinx_docs@v2 diff --git a/docs/source/open_science/Data-sharing.md b/docs/source/open_science/Data-sharing.md index e80039d..c6ad7d6 100644 --- a/docs/source/open_science/Data-sharing.md +++ b/docs/source/open_science/Data-sharing.md @@ -56,7 +56,7 @@ If you have any technical questions about sharing data or code, please contact a (repo-table)= ## Reference of potential repositories for neuroscience data | Repository | URL | Domain | -| ---------------------------------- | --------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | +| ---------------------------------- |-----------------------------------------------------| ----------------------------------------------------------------------------------------------------- | | Globus | | Anything | | figshare | https://rdr.ucl.ac.uk/The_Sainsbury_Wellcome_Centre | Anything | | Zenodo | https://zenodo.org/ | Anything | @@ -74,4 +74,4 @@ If you have any technical questions about sharing data or code, please contact a | BrainGlobe | https://gin.g-node.org/BrainGlobe/atlases | Brain Atlases | | NeuroMorpho | https://neuromorpho.org/ | Neuronal morphologies | | Cell Image Library | http://ccdb.ucsd.edu/home | Cell images | -| ModelDB | https://senselab.med.yale.edu/ModelDB/ | Computational neuroscience models | +| ModelDB | https://modeldb.science/ | Computational neuroscience models |