Skip to content

Commit b60a891

Browse files
committed
Merge remote-tracking branch 'origin/main' into v1_feature_branch
2 parents a99b945 + ea5bf2c commit b60a891

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,14 @@ jobs:
109109
VERSION=${GITHUB_REF#refs/tags/}
110110
echo "folder=sed/$VERSION" >> $GITHUB_OUTPUT
111111
rm docs-repo/sed/stable
112+
rm -rf docs-repo/sed/latest
112113
ln -s -r docs-repo/sed/$VERSION docs-repo/sed/stable
114+
ln -s -r docs-repo/sed/$VERSION docs-repo/sed/latest
113115
elif [[ $GITHUB_REF == refs/heads/main ]]; then
116+
rm -rf docs-repo/sed/latest
114117
echo "folder=sed/latest" >> $GITHUB_OUTPUT
115118
else
119+
rm -rf docs-repo/sed/develop
116120
echo "folder=sed/develop" >> $GITHUB_OUTPUT
117121
fi
118122

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Documentation Status](https://github.com/OpenCOMPES/sed/actions/workflows/documentation.yml/badge.svg)]([https://opencompes.github.io/sed/](https://opencompes.github.io/docs/sed/latest/))
1+
[![Documentation Status](https://github.com/OpenCOMPES/sed/actions/workflows/documentation.yml/badge.svg)](https://opencompes.github.io/docs/sed/stable/)
22
[![Ruff](https://img.shields.io/endpoint?url=https://raw.github.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
33
![](https://github.com/OpenCOMPES/sed/actions/workflows/linting.yml/badge.svg?branch=main)
44
![](https://github.com/OpenCOMPES/sed/actions/workflows/testing_multiversion.yml/badge.svg?branch=main)
@@ -58,11 +58,11 @@ pip install sed-processor
5858

5959
# Documentation
6060
Comprehensive documentation including several workflow examples can be found here:
61-
https://opencompes.github.io/docs/sed/latest/
61+
https://opencompes.github.io/docs/sed/stable/
6262

6363

6464
# Contributing
65-
Users are welcome to contribute to the development of **sed-processor**. Information how to contribute, including how to install developer versions can be found in the [documentation](https://opencompes.github.io/docs/sed/latest/misc/contribution.html)
65+
Users are welcome to contribute to the development of **sed-processor**. Information how to contribute, including how to install developer versions can be found in the [documentation](https://opencompes.github.io/docs/sed/stable/misc/contribution.html)
6666

6767
We would like to thank our contributors!
6868

0 commit comments

Comments
 (0)