Skip to content

Commit e1ff9da

Browse files
committed
fix: doc deployment
1 parent 8f7642a commit e1ff9da

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release_and_docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- production
7+
- rclune-patch-1
78

89
jobs:
910
release_and_docs:
@@ -152,7 +153,7 @@ jobs:
152153
with:
153154
github_token: ${{ secrets.GITHUB_TOKEN }}
154155
publish_branch: gh-pages
155-
publish_dir: _build/html
156+
publish_dir: gh-pages
156157
keep_files: true # Keep existing versions
157158
force_orphan: false # Don't force orphan, preserve history
158159
user_name: 'github-actions[bot]'

0 commit comments

Comments
 (0)