Skip to content

Commit

Permalink
Fix typo in GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Sep 18, 2023
1 parent c47f87d commit 563dbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-=python@v2
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install documentation build dependencies
Expand Down

0 comments on commit 563dbf0

Please sign in to comment.