Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mrschick committed Sep 13, 2024
1 parent 85abd9b commit 6f94352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
- master

env:
PYTHON_VERSION: 3.10.2
PYTHON_VERSION: 3.x

permissions:
contents: write
Expand All @@ -35,7 +35,7 @@ permissions:
jobs:
documentation:
name: Build documentation
runs-on: windows-latest
runs-on: ubuntu-latest
steps:

- name: Checkout repository
Expand Down

0 comments on commit 6f94352

Please sign in to comment.