Skip to content

Commit 3049aac

Browse files
committed
fix path
1 parent 39dcb06 commit 3049aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Upload Docs artifact
4343
uses: actions/upload-pages-artifact@v3
4444
with:
45-
path: ./docs/.hyperbook
45+
path: ./docs/.hyperbook/out
4646

4747
- name: Deploy Javadocs to GitHub Pages
4848
id: deployment

0 commit comments

Comments
 (0)