Skip to content

Commit 1dda960

Browse files
committed
remove line break
1 parent 4e93e88 commit 1dda960

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-mkdocs-website.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,4 @@ jobs:
8181
git add .
8282
git commit -m "Automated site update for r-dev-env ${{ github.sha }}" \
8383
|| echo "No changes to commit"
84-
git push https://x-access-token:${GH_PAT}@github.com/${{
85-
steps.config.outputs.target_repo }} gh-pages
84+
git push https://x-access-token:${GH_PAT}@github.com/${{ steps.config.outputs.target_repo }} gh-pages

0 commit comments

Comments
 (0)