Skip to content

Commit

Permalink
organization ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
frs69wq committed Sep 16, 2024
1 parent 816d6bd commit 9a8024c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a8024c

Please sign in to comment.