-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install python for updating switcher file
- Loading branch information
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,6 +92,11 @@ jobs: | |
token: ${{ secrets.GITHUB_TOKEN }} | ||
path: 'docs-repo' | ||
|
||
- name: Set up Python 3.9 | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.9 | ||
|
||
- name: Setup SSH | ||
uses: webfactory/[email protected] | ||
with: | ||
|
@@ -117,8 +122,8 @@ jobs: | |
- 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 | ||
echo "python docs-repo/sed/update_switcher.py docs-repo/sed/switcher.json $GITHUB_REF" | ||
python docs-repo/sed/update_switcher.py docs-repo/sed/switcher.json $GITHUB_REF | ||
- name: Copy documentation to the right version folder | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters