Skip to content

Commit 632c2a3

Browse files
committed
fix: replace Unicode arrows with ASCII in workflow comments
1 parent a65cd7d commit 632c2a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_deploy_multiversion.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Build and deploy multi-version OpenSPP documentation
22

33
# This workflow builds and deploys multi-version documentation:
4-
# - v2.0 (latest) from v2-odoo19-doc-refresh branch root (/)
5-
# - v1.3 from stable branch /v1.3/
4+
# - v2.0 (latest) from v2-odoo19-doc-refresh branch -> root (/)
5+
# - v1.3 from stable branch -> /v1.3/
66

77
on:
88
push:

0 commit comments

Comments
 (0)