From 72864a1927949493a32907e096979c82fd2ec3e4 Mon Sep 17 00:00:00 2001 From: Emanuele De Cupis Date: Fri, 7 Jul 2023 12:47:22 +0200 Subject: [PATCH] subpath --- .github/workflows/gh-pages.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index c114d0a67..343062a0d 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -46,8 +46,9 @@ jobs: - name: Build branch run: |- [[ "$GITHUB_REF" != "versione_corrente" ]] && P="${GITHUB_REF}/" || P="" # note the trailing slash - sphinx-build -b html docs/it/ html/$P/it - sphinx-build -b html docs/en/ html/$P/en + echo "Publish on $P sub path" + sphinx-build -b html docs/it/ html/$Pit + sphinx-build -b html docs/en/ html/$Pen # Runs a single command using the runners shell - name: Create GH page index