Skip to content

Commit

Permalink
Merge pull request #85 from PyLops/docfix
Browse files Browse the repository at this point in the history
Fix python3.9 to doc GA
  • Loading branch information
mrava87 authored Nov 28, 2023
2 parents bc068ca + 8693427 commit b811a30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.x
python-version: 3.9

- name: Install dependencies
run: |
Expand All @@ -36,4 +36,4 @@ jobs:
with:
publish_branch: gh-pages
personal_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build/
publish_dir: ./docs/build/

0 comments on commit b811a30

Please sign in to comment.