Skip to content

Commit 246fffe

Browse files
committed
fixed syntax error
1 parent ac82634 commit 246fffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@v4
34-
uses: actions/setup-python@v5
34+
- uses: actions/setup-python@v5
3535
with:
3636
python-version: 3.9
3737
- name: Install Sphinx & Dependencies

0 commit comments

Comments
 (0)