hotfix(gh: www): trailing whitespace

This commit is contained in:
actionless 2022-06-26 22:14:16 +02:00
parent d595da7c18
commit ad3f60aa41
1 changed files with 1 additions and 1 deletions

View File

@ -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