From 0ed110f7555c34ff468e72e1686e59721f2b0da6 Mon Sep 17 00:00:00 2001 From: Tim Gymnich Date: Mon, 6 Sep 2021 14:58:57 +0200 Subject: [PATCH] Update jazzy.yml --- .github/workflows/jazzy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jazzy.yml b/.github/workflows/jazzy.yml index 1854450..4ae6fb7 100644 --- a/.github/workflows/jazzy.yml +++ b/.github/workflows/jazzy.yml @@ -26,4 +26,4 @@ jobs: git config --local user.name "GitHub Actions" git add ./docs git commit -m "Update docs" - git push + git push origin HEAD:master