From 91bc664c538fec9f23862dacb4f781868977cb18 Mon Sep 17 00:00:00 2001 From: Fred Suter Date: Mon, 16 Sep 2024 09:13:05 -0400 Subject: [PATCH] yet another GH workflow fix --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 53e8b1c..4efcda0 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,7 +101,7 @@ jobs: echo "Updating gh-pages branch..." git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" - git clone --quiet --branch=gh-pages https://${TOKEN_GITHUB}@github.com/simgrid/DTLMod.git gh-pages > /dev/null + git clone -q -b gh-pages https://${TOKEN_GITHUB}@github.com/simgrid/DTLMod.git gh-pages cd gh-pages cp -Rf $HOME/gh-pages-to-deploy/* . touch .nojekyll