Skip to content

Commit

Permalink
chore: update python version in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
kopardev committed Jan 30, 2024
1 parent ac1ecc6 commit cc44780
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- xavierdocs
paths:
- 'docs/**'

Expand All @@ -14,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.11
- run: pip install --upgrade pip
- run: pip install -r docs/requirements.txt
- run: mkdocs gh-deploy --force

0 comments on commit cc44780

Please sign in to comment.