Skip to content

Commit 25659be

Browse files
committed
fix type
1 parent 3832692 commit 25659be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pyhton.build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
- name: Upload html
139139
uses: actions/upload-pages-artifact@v1
140140
with:
141-
path: python-wraper/docs/_build/html
141+
path: python-wrapper/docs/_build/html
142142
deploy_pages:
143143
runs-on: "ubuntu-22.04"
144144
needs: build_pages

0 commit comments

Comments
 (0)