Skip to content

Commit 23982fe

Browse files
committed
tweak path
1 parent 44cb443 commit 23982fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ jobs:
7575
poetry run mkdocs build
7676
7777
- name: Deploy to GitHub Pages
78-
id: deployment
7978
uses: actions/deploy-pages@v2
79+
with:
80+
path: ./site
8081

8182
- name: Build wheels and source tarball
8283
run: >-

0 commit comments

Comments
 (0)