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