Skip to content

Commit

Permalink
yet another GH workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frs69wq committed Sep 16, 2024
1 parent f7f5803 commit 91bc664
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 @@ -101,7 +101,7 @@ jobs:
echo "Updating gh-pages branch..."
git config --global user.email "[email protected]"
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
Expand Down

0 comments on commit 91bc664

Please sign in to comment.