Skip to content

Commit

Permalink
Fix .github/workflows/docs.yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored Oct 17, 2023
1 parent ee3b599 commit d32ca9d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.x"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.x"
- run: pipx run nox -s docs

0 comments on commit d32ca9d

Please sign in to comment.