Skip to content

Commit

Permalink
add script for updating switcher.json
Browse files Browse the repository at this point in the history
rettigl committed Oct 24, 2024
1 parent 809174f commit bcca109
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -115,6 +115,11 @@ jobs:
echo "folder=sed/develop" >> $GITHUB_OUTPUT
fi
- name: Update switcher.json
run: |
echo "poetry run python docs-repo/sed/update_switcher.py docs-repo/sed/switcher.json $GITHUB_REF"
poetry run python docs-repo/sed/update_switcher.py docs-repo/sed/switcher.json $GITHUB_REF
- name: Copy documentation to the right version folder
run: |
mkdir -p docs-repo/${{ steps.version-folder.outputs.folder }}

0 comments on commit bcca109

Please sign in to comment.