Remove extraneous '}'

This commit is contained in:
Jordan Brown
2020-07-30 16:49:55 -04:00
parent ef494ee90e
commit 8df0c1e324
+1 -1
View File
@@ -108,7 +108,7 @@ jobs:
echo "" > .nojekyll
git add --all
git commit -m "Deploy code docs to GitHub Pages for workflow run ${{ github.run_number }}" -m "Commit: ${{ github.event.head_commit.id }}"
git push -f "https://${{ secrets.GITHUB_TOKEN }}}@github.com/tgstation/tgstation-server" 2>&1 | /dev/null
git push -f "https://${{ secrets.GITHUB_TOKEN }}@github.com/tgstation/tgstation-server" 2>&1 | /dev/null
docker-build:
name: Build Docker Image