From 9a8024c41356c33ff56f61f7c65b49e84a809208 Mon Sep 17 00:00:00 2001 From: Fred Suter Date: Mon, 16 Sep 2024 18:25:57 -0400 Subject: [PATCH] organization ownership --- .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 6764754..f88eb3f 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -129,7 +129,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/henricasanova/file-system-module.git gh-pages > /dev/null + git clone --quiet --branch=gh-pages https://${TOKEN_GITHUB}@github.com/simgrid/file-system-module.git gh-pages > /dev/null cd gh-pages cp -Rf $HOME/gh-pages-to-deploy/* . touch .nojekyll