Skip to content

Commit

Permalink
fixing action indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
bdoolittle committed Jul 25, 2024
1 parent d353fe1 commit b18c03f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Set up Python 3.11
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Check Documentation Build
- name: Check Documentation Build
uses: actions/checkout@v1
uses: ammaraskar/sphinx-action@master
with:
Expand Down

0 comments on commit b18c03f

Please sign in to comment.