diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index a3a2460a..afefcd32 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -22,6 +22,7 @@ jobs: git config user.email github-actions@github.com - run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - run: echo "DOCS_TAG=$(echo $RELEASE_VERSION | sed -n "s/v\([0-9]\+\.[0-9]\+\).*$/\1/p")" >> $GITHUB_ENV + - run: git pull -all - if: startsWith(github.ref, 'refs/tags') run: mike deploy --push --update-aliases $DOCS_TAG latest - if: ${{ github.ref == 'refs/heads/develop' }} diff --git a/docs/change-log.md b/docs/change-log.md index d922b7ae..608de8b2 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -1,4 +1,6 @@ # Change Log +## v0.2.4 +- Fix broken links in landing page and docs deploy ## v0.2.3 - Fix participant IDS in the example analysis workflow ## v0.2.2 diff --git a/docs/index.md b/docs/index.md index 54d2824f..f107ff00 100644 --- a/docs/index.md +++ b/docs/index.md @@ -32,4 +32,4 @@ RAPIDS is formed by R and Python scripts orchestrated by [Snakemake](https://sna ## How is it organized? -In broad terms the `config.yaml`, [`.env` file](../setup/configuration/#database-credentials), [participants files](../setup/configuration/#participant-files), and [time segment files](../setup/configuration/#time-segments) are the only ones that you will have to modify. All data is stored in `data/` and all scripts are stored in `src/`. For more information see RAPIDS' [File Structure](file-structure.md). \ No newline at end of file +In broad terms the `config.yaml`, [`.env` file](setup/configuration/#database-credentials), [participants files](setup/configuration/#participant-files), and [time segment files](setup/configuration/#time-segments) are the only ones that you will have to modify. All data is stored in `data/` and all scripts are stored in `src/`. For more information see RAPIDS' [File Structure](file-structure.md). \ No newline at end of file