Skip to content

Commit

Permalink
refactor sphinx doc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-x-c committed Jan 22, 2024
1 parent e9780a5 commit f1c1ddf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sphinx_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ on:

jobs:
pages:
runs-on: ubuntu-latest
timeout-minutes: 20
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.9']
env:
OS: ${{ matrix.os }}
PYTHON: '3.9'
Expand Down

0 comments on commit f1c1ddf

Please sign in to comment.