We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afde0a3 commit 0521a19Copy full SHA for 0521a19
1 file changed
.github/workflows/build_deploy_multiversion.yml
@@ -64,6 +64,9 @@ jobs:
64
# Save v1.3 build
65
mv _build/html /tmp/v1.3-build
66
67
+ # Discard local changes to conf.py (csvlexer was disabled for v1.3 build)
68
+ git checkout docs/conf.py
69
+
70
# Checkout v2 branch
71
git checkout v2-odoo19-doc-refresh
72
git submodule update --init --recursive
0 commit comments