Skip to content

Commit a84c7e0

Browse files
committed
action: correct path
1 parent 98e9f82 commit a84c7e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Upload static files as artifact
4747
uses: actions/upload-pages-artifact@v4
4848
with:
49-
path: docs/source/build/html
49+
path: docs/build/html
5050
- name: Deploy to GitHub Pages
5151
id: deployment
5252
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)