From 640954769773e61f8aa6625ce9c3d118f4dfb5a1 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Tue, 12 Nov 2024 08:20:16 +0100 Subject: [PATCH 1/2] redirect to BIDS website --- .github/workflows/deploy.yml | 5 ++--- docs/README.md | 1 - docs/index.md | 1 + mkdocs.yml | 4 ++-- 4 files changed, 5 insertions(+), 6 deletions(-) delete mode 120000 docs/README.md create mode 100644 docs/index.md diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e84818957..cf8eff84a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,9 +5,8 @@ concurrency: cancel-in-progress: true on: - push: - branches: - - master + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: permissions: contents: write diff --git a/docs/README.md b/docs/README.md deleted file mode 120000 index 32d46ee88..000000000 --- a/docs/README.md +++ /dev/null @@ -1 +0,0 @@ -../README.md \ No newline at end of file diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 000000000..e1110c49c --- /dev/null +++ b/docs/index.md @@ -0,0 +1 @@ +The wesbite listing BIDS examples can now be found on the [main BIDS website](https://bids-website.readthedocs.io/en/latest/datasets/examples.html). \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 34eb4a203..00d3e50ee 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,7 +2,7 @@ site_name: bids-examples nav: - The BIDS examples: - - Introduction: README.md + - Examples: https://bids-website.readthedocs.io/en/latest/datasets/examples.html - Contributing: CONTRIBUTING.md theme: @@ -11,7 +11,7 @@ theme: logo: images/logo.png -copyright: Copyright © 2018-2023, BIDS Contributors - CC BY 4.0 +copyright: Copyright © BIDS Contributors - CC BY 4.0 extra: generator: false From 17fbacfc89f82f8bc6117031ee9953bfaa5bd3e7 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Tue, 12 Nov 2024 08:22:12 +0100 Subject: [PATCH 2/2] sty --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index e1110c49c..863310987 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1 +1 @@ -The wesbite listing BIDS examples can now be found on the [main BIDS website](https://bids-website.readthedocs.io/en/latest/datasets/examples.html). \ No newline at end of file +The website listing BIDS examples can now be found on the [main BIDS website](https://bids-website.readthedocs.io/en/latest/datasets/examples.html). \ No newline at end of file