hotfix(gh: www): trailing whitespace
This commit is contained in:
parent
d595da7c18
commit
ad3f60aa41
|
@ -120,7 +120,7 @@ jobs:
|
||||||
https://${APIDOC_TOKEN}@github.com/awesomeWM/awesomeWM.github.io \
|
https://${APIDOC_TOKEN}@github.com/awesomeWM/awesomeWM.github.io \
|
||||||
"${{ github.workspace }}/build" 2>&1 | sed "s/$APIDOC_TOKEN/APIDOC_TOKEN/g"
|
"${{ github.workspace }}/build" 2>&1 | sed "s/$APIDOC_TOKEN/APIDOC_TOKEN/g"
|
||||||
if [ "${{ github.event_name }}" != 'pull_request' ]; then
|
if [ "${{ github.event_name }}" != 'pull_request' ]; then
|
||||||
branch="${{ github.head_ref || github.ref_name }} "
|
branch="${{ github.head_ref || github.ref_name }}"
|
||||||
else
|
else
|
||||||
branch="pr-${{ github.event.pull_request.number }}"
|
branch="pr-${{ github.event.pull_request.number }}"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue