parent
1b65f11b89
commit
265163d228
|
@ -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' }}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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).
|
||||
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).
|
Loading…
Reference in New Issue