Skip to content

Commit

Permalink
[CI] Fix wrong folder name when deploying doc (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen authored May 27, 2024
1 parent 7f57120 commit de492f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "${{ github.head_ref }}"
if [[ ! -z "${{ github.event_number }}" ]];
then
BRANCH_NAME="${{ github.head_ref }}"
BRANCH_NAME="${{ github.ref_name }}"
fi
mv site "${BRANCH_NAME}"
ls "${BRANCH_NAME}"
Expand Down

0 comments on commit de492f9

Please sign in to comment.