Skip to content

Commit a18b3dd

Browse files
committed
Declare docs folder as root
1 parent 0e9cb25 commit a18b3dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Run Sphinx documentation build
2727
uses: ammaraskar/[email protected]
2828
with:
29-
docs-folder: "docs/"
29+
docs-folder: "./"
3030
- name: Upload documentation artifact
3131
uses: actions/upload-artifact@v3
3232
with:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Run Sphinx documentation build
1313
uses: ammaraskar/[email protected]
1414
with:
15-
docs-folder: "docs/"
15+
docs-folder: "./"
1616
- name: Upload documentation artifact
1717
uses: actions/upload-artifact@v3
1818
with:

0 commit comments

Comments
 (0)