Skip to content

Commit

Permalink
fix doc building
Browse files Browse the repository at this point in the history
  • Loading branch information
thrasibule committed Nov 21, 2023
1 parent 0743cb1 commit be0dfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
path: docs/build/html

- name: Move docs over
if: (matrix.python-version == 3.9) && (github.event_name == 'push')
if: (matrix.python-version == '3.10') && (github.event_name == 'push')
run: |
ls
cp -r docs/build/html/* gh-pages/
Expand Down

0 comments on commit be0dfd8

Please sign in to comment.