Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
balanza authored Jul 7, 2023
1 parent d9cfd06 commit b17e2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build branch
run: |-
PATH=""
[[ "${{ GITHUB_HEAD_REF }}" != "versione_corrente" ]] && PATH="${GITHUB_HEAD_REF}/" # note the trailing slash
[[ "${{ GITHUB_REF }}" != "versione_corrente" ]] && PATH="${GITHUB_REF}/" # note the trailing slash
sphinx-build -b html docs/it/ html/$PATH/it
sphinx-build -b html docs/en/ html/$PATH/en
Expand Down

0 comments on commit b17e2aa

Please sign in to comment.