Skip to content

Commit 952546b

Browse files
authored
Fix publish directory path in workflow
1 parent 5a5d2c0 commit 952546b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
with:
2424
publish_branch: gh-pages
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
26-
publish_dir: docs/build/html
27-
force_orphan: true
26+
publish_dir: doc/build/html
27+
force_orphan: true

0 commit comments

Comments
 (0)