Skip to content

Commit

Permalink
subpath
Browse files Browse the repository at this point in the history
  • Loading branch information
balanza authored Jul 7, 2023
1 parent 48e040e commit 72864a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72864a1

Please sign in to comment.