Skip to content

Commit 0521a19

Browse files
committed
fix: reset conf.py before switching to v2 branch
Git checkout was failing because conf.py was modified (csvlexer disabled). Now explicitly restores conf.py before branch switch.
1 parent afde0a3 commit 0521a19

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build_deploy_multiversion.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
# Save v1.3 build
6565
mv _build/html /tmp/v1.3-build
6666
67+
# Discard local changes to conf.py (csvlexer was disabled for v1.3 build)
68+
git checkout docs/conf.py
69+
6770
# Checkout v2 branch
6871
git checkout v2-odoo19-doc-refresh
6972
git submodule update --init --recursive

0 commit comments

Comments
 (0)