Skip to content

Commit

Permalink
test creation of develop version docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Oct 23, 2024
1 parent 821d00d commit 809174f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,10 @@ jobs:
if [[ $GITHUB_REF == refs/tags/* ]]; then
VERSION=${GITHUB_REF#refs/tags/}
echo "folder=sed/$VERSION" >> $GITHUB_OUTPUT
else
elif [[ $GITHUB_REF == refs/heads/main ]]; then
echo "folder=sed/latest" >> $GITHUB_OUTPUT
else
echo "folder=sed/develop" >> $GITHUB_OUTPUT
fi
- name: Copy documentation to the right version folder
Expand Down

0 comments on commit 809174f

Please sign in to comment.