Skip to content

Commit d43bfb9

Browse files
committed
Updated GitHub Actions workflow to trigger on the 'dev_org' branch and modified documentation configuration to reflect the new branch name. Adjusted logo path in conf.py for correct referencing.
1 parent 179805b commit d43bfb9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Deploy Docs
22

33
on:
44
push:
5-
branches: [main, dev]
5+
branches: [main, dev_org]
66

77
jobs:
88
build-and-deploy:

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
"display_github": True, # Enable GitHub link in the header
5959
"github_user": "LouisTier",
6060
"github_repo": "TorchSOM",
61-
"github_version": "dev",
61+
"github_version": "dev_org",
6262
"conf_py_path": "/docs/source/",
6363
}
6464
html_static_path = ["_static"]
65-
html_logo = "logo.jpg"
65+
html_logo = "../../logo.jpg"
6666
# html_favicon = "../../favicon.ico" # Icon shown in the browser tab

0 commit comments

Comments
 (0)